Html Css Color HEX #B88008 Dark Goldenrod

📋 copy color: '#B88008'

red 184 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #B88008

Tints of Dark Goldenrod #B88008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

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

R = 57.5%
G = 40%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B88008 (or 0xB88008) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 08. RGB value is (184,128,8). Sum of RGB (Red+Green+Blue) = 184+128+8=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B88008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88008 is #477FF7. Grayscale: #838383. Windows color (decimal): -4685816 or 557240. OLE color: 557240.

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

Color convert

RGB 184 128 8 -
CMYK 0 0.30 0.96 0.28
HSL 40.91º 0.92% 0.38% -
HSV(B) 40.91º 0.96% 0.72% -
XYZ 27.53 25.65 3.73 -
YUV 131.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 184 128 8 0 0.30 0.96 0.28 40.91 0.92 0.38
Hex B8 80 8 0 1E 60 1C 29 5C 26
Octal 270 200 10 0 36 140 34 51 134 46
Binary 10111000 10000000 1000 0 11110 1100000 11100 101001 1011100 100110

Color Harmonies of #B88008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88008

Black with #B88008

Text Example


Text Example

White with #B88008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88008; }

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

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

background-color css

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

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

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

border-color css

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

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

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