#B28800

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

Shades of Dark Goldenrod #B28800

Tints of Dark Goldenrod #B28800

Color information

#B28800 (or 0xB28800) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 88 and 00. RGB value is (178,136,0). Sum of RGB (Red+Green+Blue) = 178+136+0=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B28800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28800 is #4D77FF. Grayscale: #858585. Windows color (decimal): -5076992 or 34994. OLE color: 34994.

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

Color convert

RGB1781360-
CMYK00.2410.30
HSL45.84º100%34.9%-
HSV(B)45.84º100%69.8%-
XYZ27.1627.073.79-
YUV133.0552.91160.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.69%
G=43.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178136000.2410.3045.8410034.9
HexB2880018641E2e6423
Octal2622100030144365614443
Binary101100101000100000110001100100111101011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28800; }

 p { color: rgb(178,136,0); }

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

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

 a { background-color: rgb(178,136,0); }

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

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

 span { border-color: rgb(178,136,0); }

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