#B28808

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

Shades of Dark Goldenrod #B28808

Tints of Dark Goldenrod #B28808

Color information

#B28808 (or 0xB28808) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 88 and 08. RGB value is (178,136,8). Sum of RGB (Red+Green+Blue) = 178+136+8=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B28808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28808 is #4D77F7. Grayscale: #868686. Windows color (decimal): -5076984 or 559282. OLE color: 559282.

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

Color convert

RGB1781368-
CMYK00.240.960.30
HSL45.18º91.4%36.47%-
HSV(B)45.18º95.51%69.8%-
XYZ27.2127.094.02-
YUV133.9756.91159.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=55.28%
G=42.24%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178136800.240.960.3045.1891.436.47
HexB2888018601E2d5b24
Octal26221010030140365513344
Binary101100101000100010000110001100000111101011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28808; }

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

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

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

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

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

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

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

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