#B2890E

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

Shades of Dark Goldenrod #B2890E

Tints of Dark Goldenrod #B2890E

Color information

#B2890E (or 0xB2890E) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 89 and 0E. RGB value is (178,137,14). Sum of RGB (Red+Green+Blue) = 178+137+14=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2890E is #4D76F1. Grayscale: #878787. Windows color (decimal): -5076722 or 952754. OLE color: 952754.

HSL color Cylindrical-coordinate representation of color #B2890E: hue angle of 45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2890E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17813714-
CMYK00.230.920.30
HSL45º85.42%37.65%-
HSV(B)45º92.13%69.8%-
XYZ27.3927.394.26-
YUV135.2459.58158.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=54.10%
G=41.64%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781371400.230.920.304585.4237.65
HexB289E0175C1E2d5526
Octal26221116027134365512546
Binary101100101000100111100101111011100111101011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2890E; }

 p { color: rgb(178,137,14); }

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

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

 a { background-color: rgb(178,137,14); }

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

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

 span { border-color: rgb(178,137,14); }

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