Html Css Color HEX #B88006 Dark Goldenrod

📋 copy color: '#B88006'

red 184 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #B88006

Tints of Dark Goldenrod #B88006

RGB

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

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

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

R = 57.86%
G = 40.25%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B88006 (or 0xB88006) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 06. RGB value is (184,128,6). Sum of RGB (Red+Green+Blue) = 184+128+6=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B88006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88006 is #477FF9. Grayscale: #838383. Windows color (decimal): -4685818 or 426168. OLE color: 426168.

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

Color convert

RGB 184 128 6 -
CMYK 0 0.30 0.97 0.28
HSL 41.12º 0.94% 0.37% -
HSV(B) 41.12º 0.97% 0.72% -
XYZ 27.52 25.64 3.67 -
YUV 130.84 57.55 165.92 -
System Red Green Blue C M Y K H S L
Decimal 184 128 6 0 0.30 0.97 0.28 41.12 0.94 0.37
Hex B8 80 6 0 1E 61 1C 29 5E 25
Octal 270 200 6 0 36 141 34 51 136 45
Binary 10111000 10000000 110 0 11110 1100001 11100 101001 1011110 100101

Color Harmonies of #B88006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88006

Black with #B88006

Text Example


Text Example

White with #B88006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88006; }

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

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

background-color css

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

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

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

border-color css

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

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

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