#B28A16

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

Shades of Dark Goldenrod #B28A16

Tints of Dark Goldenrod #B28A16

Color information

#B28A16 (or 0xB28A16) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 8A and 16. RGB value is (178,138,22). Sum of RGB (Red+Green+Blue) = 178+138+22=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A16 is #4D75E9. Grayscale: #898989. Windows color (decimal): -5076458 or 1477298. OLE color: 1477298.

HSL color Cylindrical-coordinate representation of color #B28A16: hue angle of 44.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B28A16 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17813822-
CMYK00.220.880.30
HSL44.62º78%39.22%-
HSV(B)44.62º87.64%69.8%-
XYZ27.5927.74.65-
YUV136.7463.25157.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 22 (8.98% from 255) = 6.51%
R=52.66%
G=40.83%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781382200.220.880.3044.627839.22
HexB28A16016581E2d4e27
Octal26221226026130365511647
Binary1011001010001010101100101101011000111101011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A16; }

 p { color: rgb(178,138,22); }

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

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

 a { background-color: rgb(178,138,22); }

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

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

 span { border-color: rgb(178,138,22); }

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