#B88013

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

Shades of Dark Goldenrod #B88013

Tints of Dark Goldenrod #B88013

Color information

#B88013 (or 0xB88013) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 80 and 13. RGB value is (184,128,19). Sum of RGB (Red+Green+Blue) = 184+128+19=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B88013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88013 is #477FEC. Grayscale: #848484. Windows color (decimal): -4685805 or 1278136. OLE color: 1278136.

HSL color Cylindrical-coordinate representation of color #B88013: hue angle of 39.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B88013 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18412819-
CMYK00.300.900.28
HSL39.64º81.28%39.8%-
HSV(B)39.64º89.67%72.16%-
XYZ27.625.684.12-
YUV132.3264.05164.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 19 (7.81% from 255) = 5.74%
R=55.59%
G=38.67%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841281900.300.900.2839.6481.2839.8
HexB8801301E5A1C285128
Octal27020023036132345012150
Binary1011100010000000100110111101011010111001010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88013; }

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

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

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

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

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

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

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

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