Html Css Color HEX #B87206 Dark Goldenrod

📋 copy color: '#B87206'

red 184 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #B87206

Tints of Dark Goldenrod #B87206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 60.53%
G = 37.5%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B87206 (or 0xB87206) is known color: Dark Goldenrod. HEX triplet: B8, 72 and 06. RGB value is (184,114,6). Sum of RGB (Red+Green+Blue) = 184+114+6=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B87206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87206 is #478DF9. Grayscale: #7B7B7B. Windows color (decimal): -4689402 or 422584. OLE color: 422584.

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

Color convert

RGB 184 114 6 -
CMYK 0 0.38 0.97 0.28
HSL 36.4º 0.94% 0.37% -
HSV(B) 36.4º 0.97% 0.72% -
XYZ 25.82 22.24 3.1 -
YUV 122.62 62.19 171.78 -
System Red Green Blue C M Y K H S L
Decimal 184 114 6 0 0.38 0.97 0.28 36.4 0.94 0.37
Hex B8 72 6 0 26 61 1C 24 5E 25
Octal 270 162 6 0 46 141 34 44 136 45
Binary 10111000 1110010 110 0 100110 1100001 11100 100100 1011110 100101

Color Harmonies of #B87206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87206

Black with #B87206

Text Example


Text Example

White with #B87206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87206; }

 p { color: rgb(184,114,6); }

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

background-color css

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

 a { background-color: rgb(184,114,6); }

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

border-color css

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

 span { border-color: rgb(184,114,6); }

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