#b2950b

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

Shades of Dark Goldenrod #B2950B

Tints of Dark Goldenrod #B2950B

Color information

#B2950B (or 0xB2950B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 95 and 0B. RGB value is (178,149,11). Sum of RGB (Red+Green+Blue) = 178+149+11=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2950B is #4D6AF4. Grayscale: #8E8E8E. Windows color (decimal): -5073653 or 759218. OLE color: 759218.

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

Color convert

RGB17814911-
CMYK00.160.940.30
HSL49.58º88.36%37.06%-
HSV(B)49.58º93.82%69.8%-
XYZ29.1730.984.76-
YUV141.9454.11153.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 11 (4.69% from 255) = 3.25%
R=52.66%
G=44.08%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781491100.160.940.3049.5888.3637.06
HexB295B0105E1E325825
Octal26222513020136366213045
Binary101100101001010110110100001011110111101100101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2950b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2950b; }

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

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

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

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

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

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

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

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