Html Css Color HEX #B86F0B Dark Goldenrod

📋 copy color: '#B86F0B'

red 184 ◦ green 111 ◦ blue 11

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

Shades of Dark Goldenrod #B86F0B

Tints of Dark Goldenrod #B86F0B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 11 (4.69% from 255) = 3.59%

R = 60.13%
G = 36.27%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B86F0B (or 0xB86F0B) is known color: Dark Goldenrod. HEX triplet: B8, 6F and 0B. RGB value is (184,111,11). Sum of RGB (Red+Green+Blue) = 184+111+11=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F0B is #4790F4. Grayscale: #797979. Windows color (decimal): -4690165 or 749496. OLE color: 749496.

HSL color Cylindrical-coordinate representation of color #B86F0B: hue angle of 34.68º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B86F0B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 111 11 -
CMYK 0 0.40 0.94 0.28
HSL 34.68º 0.89% 0.38% -
HSV(B) 34.68º 0.94% 0.72% -
XYZ 25.51 21.58 3.14 -
YUV 121.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 184 111 11 0 0.40 0.94 0.28 34.68 0.89 0.38
Hex B8 6F B 0 28 5E 1C 23 59 26
Octal 270 157 13 0 50 136 34 43 131 46
Binary 10111000 1101111 1011 0 101000 1011110 11100 100011 1011001 100110

Color Harmonies of #B86F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86F0B

Black with #B86F0B

Text Example


Text Example

White with #B86F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86F0B; }

 p { color: rgb(184,111,11); }

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

background-color css

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

 a { background-color: rgb(184,111,11); }

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

border-color css

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

 span { border-color: rgb(184,111,11); }

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