Html Css Color HEX #B87508 Dark Goldenrod

📋 copy color: '#B87508'

red 184 ◦ green 117 ◦ blue 8

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

Shades of Dark Goldenrod #B87508

Tints of Dark Goldenrod #B87508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 59.55%
G = 37.86%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B87508 (or 0xB87508) is known color: Dark Goldenrod. HEX triplet: B8, 75 and 08. RGB value is (184,117,8). Sum of RGB (Red+Green+Blue) = 184+117+8=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B87508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87508 is #478AF7. Grayscale: #7D7D7D. Windows color (decimal): -4688632 or 554424. OLE color: 554424.

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

Color convert

RGB 184 117 8 -
CMYK 0 0.36 0.96 0.28
HSL 37.16º 0.92% 0.38% -
HSV(B) 37.16º 0.96% 0.72% -
XYZ 26.17 22.93 3.28 -
YUV 124.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 184 117 8 0 0.36 0.96 0.28 37.16 0.92 0.38
Hex B8 75 8 0 24 60 1C 25 5C 26
Octal 270 165 10 0 44 140 34 45 134 46
Binary 10111000 1110101 1000 0 100100 1100000 11100 100101 1011100 100110

Color Harmonies of #B87508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87508

Black with #B87508

Text Example


Text Example

White with #B87508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87508; }

 p { color: rgb(184,117,8); }

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

background-color css

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

 a { background-color: rgb(184,117,8); }

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

border-color css

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

 span { border-color: rgb(184,117,8); }

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