Html Css Color HEX #BE6D08 Dark Goldenrod

📋 copy color: '#BE6D08'

red 190 ◦ green 109 ◦ blue 8

#BE6D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BE6D08

Tints of Dark Goldenrod #BE6D08

RGB

 RED value IS 190 (74.61% from 255) = 61.89%

 GREEN value IS 109 (42.97% from 255) = 35.5%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 61.89%
G = 35.5%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE6D08 (or 0xBE6D08) is known color: Dark Goldenrod. HEX triplet: BE, 6D and 08. RGB value is (190,109,8). Sum of RGB (Red+Green+Blue) = 190+109+8=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6D08 is #4192F7. Grayscale: #7A7A7A. Windows color (decimal): -4297464 or 552382. OLE color: 552382.

HSL color Cylindrical-coordinate representation of color #BE6D08: hue angle of 33.3º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE6D08 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 109 8 -
CMYK 0 0.43 0.96 0.25
HSL 33.3º 0.92% 0.39% -
HSV(B) 33.3º 0.96% 0.75% -
XYZ 26.75 21.9 3.05 -
YUV 121.71 63.84 176.71 -
System Red Green Blue C M Y K H S L
Decimal 190 109 8 0 0.43 0.96 0.25 33.3 0.92 0.39
Hex BE 6D 8 0 2B 60 19 21 5C 27
Octal 276 155 10 0 53 140 31 41 134 47
Binary 10111110 1101101 1000 0 101011 1100000 11001 100001 1011100 100111

Color Harmonies of #BE6D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D08

Black with #BE6D08

Text Example


Text Example

White with #BE6D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D08; }

 p { color: rgb(190,109,8); }

 H1.HeaderClassName
 {
   color: #BE6D08;
 }
 .AnyTagClassName
 {
   color: #BE6D08;
 }
</style>

background-color css

<style>
 a { background-color: #BE6D08; }

 a { background-color: rgb(190,109,8); }

 div.DivClassName
 {
   background-color: #BE6D08;
 }
 .BgClassName
 {
   background-color: #BE6D08;
 }
</style>

border-color css

<style>
 span { border-color: #BE6D08; }

 span { border-color: rgb(190,109,8); }

 td.TdClassName
 {
   border-color: #BE6D08;
 }
 .TagClassName
 {
   border-color: #BE6D08;
 }
</style>