#B88005

Color #B88005 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B88005

Tints of Dark Goldenrod #B88005

Color information

#B88005 (or 0xB88005) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 80 and 05. RGB value is (184,128,5). Sum of RGB (Red+Green+Blue) = 184+128+5=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B88005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88005 is #477FFA. Grayscale: #838383. Windows color (decimal): -4685819 or 360632. OLE color: 360632.

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

Color convert

RGB1841285-
CMYK00.300.970.28
HSL41.23º94.71%37.06%-
HSV(B)41.23º97.28%72.16%-
XYZ27.5125.643.64-
YUV130.7257.05166-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.04%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 5 (2.34% from 255) = 1.58%
R=58.04%
G=40.38%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184128500.300.970.2841.2394.7137.06
HexB880501E611C295f25
Octal2702005036141345113745
Binary10111000100000001010111101100001111001010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88005; }

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

 H1.HeaderClassName
 {
   color: #B88005;
 }
 .AnyTagClassName
 {
   color: #B88005;
 }
</style>
background-color css

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

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

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

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

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

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