Html Css Color HEX #B86B0E Dark Goldenrod

📋 copy color: '#B86B0E'

red 184 ◦ green 107 ◦ blue 14

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

Shades of Dark Goldenrod #B86B0E

Tints of Dark Goldenrod #B86B0E

RGB

 RED value IS 184 (72.27% from 255) = 60.33%

 GREEN value IS 107 (42.19% from 255) = 35.08%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 60.33%
G = 35.08%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B86B0E (or 0xB86B0E) is known color: Dark Goldenrod. HEX triplet: B8, 6B and 0E. RGB value is (184,107,14). Sum of RGB (Red+Green+Blue) = 184+107+14=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86B0E is #4794F1. Grayscale: #777777. Windows color (decimal): -4691186 or 945080. OLE color: 945080.

HSL color Cylindrical-coordinate representation of color #B86B0E: hue angle of 32.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B86B0E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 107 14 -
CMYK 0 0.42 0.92 0.28
HSL 32.82º 0.86% 0.39% -
HSV(B) 32.82º 0.92% 0.72% -
XYZ 25.1 20.74 3.1 -
YUV 119.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 184 107 14 0 0.42 0.92 0.28 32.82 0.86 0.39
Hex B8 6B E 0 2A 5C 1C 21 56 27
Octal 270 153 16 0 52 134 34 41 126 47
Binary 10111000 1101011 1110 0 101010 1011100 11100 100001 1010110 100111

Color Harmonies of #B86B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86B0E

Black with #B86B0E

Text Example


Text Example

White with #B86B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86B0E; }

 p { color: rgb(184,107,14); }

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

background-color css

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

 a { background-color: rgb(184,107,14); }

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

border-color css

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

 span { border-color: rgb(184,107,14); }

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