Html Css Color HEX #B86F0A Dark Goldenrod

📋 copy color: '#B86F0A'

red 184 ◦ green 111 ◦ blue 10

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

Shades of Dark Goldenrod #B86F0A

Tints of Dark Goldenrod #B86F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 60.33%
G = 36.39%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B86F0A (or 0xB86F0A) is known color: Dark Goldenrod. HEX triplet: B8, 6F and 0A. RGB value is (184,111,10). Sum of RGB (Red+Green+Blue) = 184+111+10=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F0A is #4790F5. Grayscale: #797979. Windows color (decimal): -4690166 or 683960. OLE color: 683960.

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

Color convert

RGB 184 111 10 -
CMYK 0 0.40 0.95 0.28
HSL 34.83º 0.9% 0.38% -
HSV(B) 34.83º 0.95% 0.72% -
XYZ 25.51 21.58 3.11 -
YUV 121.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 184 111 10 0 0.40 0.95 0.28 34.83 0.9 0.38
Hex B8 6F A 0 28 5F 1C 23 5A 26
Octal 270 157 12 0 50 137 34 43 132 46
Binary 10111000 1101111 1010 0 101000 1011111 11100 100011 1011010 100110

Color Harmonies of #B86F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86F0A

Black with #B86F0A

Text Example


Text Example

White with #B86F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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