#B28414

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

Shades of Dark Goldenrod #B28414

Tints of Dark Goldenrod #B28414

Color information

#B28414 (or 0xB28414) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 84 and 14. RGB value is (178,132,20). Sum of RGB (Red+Green+Blue) = 178+132+20=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B28414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28414 is #4D7BEB. Grayscale: #858585. Windows color (decimal): -5077996 or 1344690. OLE color: 1344690.

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

Color convert

RGB17813220-
CMYK00.260.890.30
HSL42.53º79.8%38.82%-
HSV(B)42.53º88.76%69.8%-
XYZ26.7426.024.27-
YUV132.9964.24160.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 6.06%
R=53.94%
G=40%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781322000.260.890.3042.5379.838.82
HexB2841401A591E2b5027
Octal26220424032131365312047
Binary1011001010000100101000110101011001111101010111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28414; }

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

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

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

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

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

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

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

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