Html Css Color HEX #B87D06 Dark Goldenrod

📋 copy color: '#B87D06'

red 184 ◦ green 125 ◦ blue 6

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

Shades of Dark Goldenrod #B87D06

Tints of Dark Goldenrod #B87D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.68%

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

R = 58.41%
G = 39.68%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B87D06 (or 0xB87D06) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 06. RGB value is (184,125,6). Sum of RGB (Red+Green+Blue) = 184+125+6=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D06 is #4782F9. Grayscale: #818181. Windows color (decimal): -4686586 or 425400. OLE color: 425400.

HSL color Cylindrical-coordinate representation of color #B87D06: hue angle of 40.11º 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 #B87D06 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 125 6 -
CMYK 0 0.32 0.97 0.28
HSL 40.11º 0.94% 0.37% -
HSV(B) 40.11º 0.97% 0.72% -
XYZ 27.13 24.87 3.54 -
YUV 129.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 184 125 6 0 0.32 0.97 0.28 40.11 0.94 0.37
Hex B8 7D 6 0 20 61 1C 28 5E 25
Octal 270 175 6 0 40 141 34 50 136 45
Binary 10111000 1111101 110 0 100000 1100001 11100 101000 1011110 100101

Color Harmonies of #B87D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D06

Black with #B87D06

Text Example


Text Example

White with #B87D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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