#B88000

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

Shades of Dark Goldenrod #B88000

Tints of Dark Goldenrod #B88000

Color information

#B88000 (or 0xB88000) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 80 and 00. RGB value is (184,128,0). Sum of RGB (Red+Green+Blue) = 184+128+0=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B88000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88000 is #477FFF. Grayscale: #828282. Windows color (decimal): -4685824 or 32952. OLE color: 32952.

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

Color convert

RGB1841280-
CMYK00.3010.28
HSL41.74º100%36.08%-
HSV(B)41.74º100%72.16%-
XYZ27.4925.633.5-
YUV130.1554.55166.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.97%
G=41.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184128000.3010.2841.7410036.08
HexB880001E641C2a6424
Octal2702000036144345214444
Binary101110001000000000111101100100111001010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88000; }

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

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

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

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

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

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

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

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