#B28114

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

Shades of Dark Goldenrod #B28114

Tints of Dark Goldenrod #B28114

Color information

#B28114 (or 0xB28114) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 81 and 14. RGB value is (178,129,20). Sum of RGB (Red+Green+Blue) = 178+129+20=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B28114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28114 is #4D7EEB. Grayscale: #838383. Windows color (decimal): -5078764 or 1343922. OLE color: 1343922.

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

Color convert

RGB17812920-
CMYK00.280.890.30
HSL41.39º79.8%38.82%-
HSV(B)41.39º88.76%69.8%-
XYZ26.3425.224.14-
YUV131.2265.23161.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 20 (8.20% from 255) = 6.12%
R=54.43%
G=39.45%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781292000.280.890.3041.3979.838.82
HexB2811401C591E295027
Octal26220124034131365112047
Binary1011001010000001101000111001011001111101010011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28114; }

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

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

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

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

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

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

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

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