#B2920B

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

Shades of Dark Goldenrod #B2920B

Tints of Dark Goldenrod #B2920B

Color information

#B2920B (or 0xB2920B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 92 and 0B. RGB value is (178,146,11). Sum of RGB (Red+Green+Blue) = 178+146+11=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2920B is #4D6DF4. Grayscale: #8C8C8C. Windows color (decimal): -5074421 or 758450. OLE color: 758450.

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

Color convert

RGB17814611-
CMYK00.180.940.30
HSL48.5º88.36%37.06%-
HSV(B)48.5º93.82%69.8%-
XYZ28.730.054.6-
YUV140.1855.1154.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 11 (4.69% from 255) = 3.28%
R=53.13%
G=43.58%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781461100.180.940.3048.588.3637.06
HexB292B0125E1E315825
Octal26222213022136366113045
Binary101100101001001010110100101011110111101100011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2920B; }

 p { color: rgb(178,146,11); }

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

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

 a { background-color: rgb(178,146,11); }

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

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

 span { border-color: rgb(178,146,11); }

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