COLOR #BE9737

HEX: #BE9737
RGB: (190,151,55)

Renk bilgisi

#BE9737 contains mainly red and green colors. #BE9737 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#BE9737 color RGB value is (190,151,55).

  • kırmız ton 190;
  • yeşil ton 151;
  • mavi ton 55.
RGB:
(190,151,55)
(75%,59%,22%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 151 of 255 = 59%
B 55 of 255 = 22%

190
151
55

R + G + B ~ 52%. #BE9737 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 151 + 55 = 396 (100%)
R 190 of 396 ~ 47.98%
G 151 of 396 ~ 38.13%
B 55 of 396 ~ 13.89%

%47.98
%38.13
%13.89

CMYK RENK MODELİ

#BE9737 rengi CMYK tonu (0,21,71,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.53%
  • sarı tonu 71.05%
  • ana renk tonu 25.49%
CMYK:
(0,21,71,25)
C0M21Y71K25 
(0%,21%,71%,25%)
(0.00/0.21/0.71/0.25)	

CMYK yüzdeleri

%0
%20.53
%71.05
%25.49

Codes

Color #BE9737 in popluar color models

BE9737
RGB19015155
HSL43°55.10%48.04%
HSB/HSV43°71.05%74.51%
CMYK0.00%20.53%71.05%
25.49%

Color #BE9737 in popluar number systems.

HEXBE9737
Decimal19015155
Binary1011111010010111110111
Octal27622767

Shades and tints

Shades of #BE9737

#BE9737
(190,151,55)
#AD8A32
(173,138,50)
#9C7D2D
(156,125,45)
#8B7028
(139,112,40)
#7A6323
(122,99,35)
#69561E
(105,86,30)
#584919
(88,73,25)
#473C14
(71,60,20)
#362F0F
(54,47,15)
#25220A
(37,34,10)
#141505
(20,21,5)
#000000
(0,0,0)

Tints of #BE9737

#BE9737
(190,151,55)
#C3A049
(195,160,73)
#C8A95B
(200,169,91)
#CDB26D
(205,178,109)
#D2BB7F
(210,187,127)
#D7C491
(215,196,145)
#DCCDA3
(220,205,163)
#E1D6B5
(225,214,181)
#E6DFC7
(230,223,199)
#EBE8D9
(235,232,217)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9737 color. Also use rgb(190,151,55) instead hex code.

Text Font Color

.myTextColor { color: #BE9737; }

<p style="color:#BE9737">This sample text font color is #BE9737.</p>

This text font color is #BE9737.


Background Color

.myBgColor { background-color: #BE9737; }

<div style="background-color:#BE9737">Inner text</div>

This div background color is #BE9737.


Border color

.myBorderColor { border: 1px solid #BE9737; }

<div style="border:3px solid #BE9737">Div</div>

This div border color is #BE9737.


Opacity

.myOpacity80 { color: #BE9737; opacity: 0.8; }

<p style="color:#BE9737;opacity:0.8;">80%</p>

Text with #BE9737 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE9737;}

<p style="text-shadow: 3px 3px 1px #BE9737">Text here.</p>

This text has shadow with #BE9737 color.

.textShadow {text-shadow: 3px 3px 1px #BE9737, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE9737, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE9737 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE9737, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE9737, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE9737 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BE9737;
  -webkit-box-shadow:	1px 1px 3px 2px #BE9737;
  box-shadow:		1px 1px 3px 2px #BE9737;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE9737;
-webkit-box-shadow: 1px 1px 3px 2px #BE9737;
box-shadow:1px 1px 3px 2px #BE9737;">
Div content here</div>
This div box has shadow with color #BE9737.

Preview

Color preview on black background

This text has color #BE9737 on black background.


Color preview on white background

This text has color #BE9737 on white background.



Black color preview on #BE9737 background

This text has black color on #BE9737 background.


White color preview on #BE9737 background

This text has white color on #BE9737 background.