#B28416

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

Shades of Dark Goldenrod #B28416

Tints of Dark Goldenrod #B28416

Color information

#B28416 (or 0xB28416) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 84 and 16. RGB value is (178,132,22). Sum of RGB (Red+Green+Blue) = 178+132+22=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B28416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28416 is #4D7BE9. Grayscale: #858585. Windows color (decimal): -5077994 or 1475762. OLE color: 1475762.

HSL color Cylindrical-coordinate representation of color #B28416: hue angle of 42.31º 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 #B28416 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17813222-
CMYK00.260.880.30
HSL42.31º78%39.22%-
HSV(B)42.31º87.64%69.8%-
XYZ26.7626.034.37-
YUV133.2165.24159.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 22 (8.98% from 255) = 6.63%
R=53.61%
G=39.76%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781322200.260.880.3042.317839.22
HexB2841601A581E2a4e27
Octal26220426032130365211647
Binary1011001010000100101100110101011000111101010101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28416; }

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

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

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

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

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

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

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

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