Html Css Color HEX #B86F0F Dark Goldenrod

📋 copy color: '#B86F0F'

red 184 ◦ green 111 ◦ blue 15

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

Shades of Dark Goldenrod #B86F0F

Tints of Dark Goldenrod #B86F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.84%

R = 59.35%
G = 35.81%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B86F0F (or 0xB86F0F) is known color: Dark Goldenrod. HEX triplet: B8, 6F and 0F. RGB value is (184,111,15). Sum of RGB (Red+Green+Blue) = 184+111+15=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F0F is #4790F0. Grayscale: #7A7A7A. Windows color (decimal): -4690161 or 1011640. OLE color: 1011640.

HSL color Cylindrical-coordinate representation of color #B86F0F: hue angle of 34.08º degrees, saturation: 0.85, 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 #B86F0F is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 111 15 -
CMYK 0 0.40 0.92 0.28
HSL 34.08º 0.85% 0.39% -
HSV(B) 34.08º 0.92% 0.72% -
XYZ 25.54 21.59 3.27 -
YUV 121.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 184 111 15 0 0.40 0.92 0.28 34.08 0.85 0.39
Hex B8 6F F 0 28 5C 1C 22 55 27
Octal 270 157 17 0 50 134 34 42 125 47
Binary 10111000 1101111 1111 0 101000 1011100 11100 100010 1010101 100111

Color Harmonies of #B86F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86F0F

Black with #B86F0F

Text Example


Text Example

White with #B86F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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