#B95537

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

Shades of Grenadier #B95537

Tints of Grenadier #B95537

Color information

#B95537 (or 0xB95537) is unknown color: approx Grenadier. HEX triplet: B9, 55 and 37. RGB value is (185,85,55). Sum of RGB (Red+Green+Blue) = 185+85+55=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B95537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95537 is #46AAC8. Grayscale: #6F6F6F. Windows color (decimal): -4631241 or 3626425. OLE color: 3626425.

HSL color Cylindrical-coordinate representation of color #B95537: hue angle of 13.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B95537 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1858555-
CMYK00.540.700.27
HSL13.85º54.17%47.06%-
HSV(B)13.85º70.27%72.55%-
XYZ23.9517.095.65-
YUV111.4896.13180.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 55 (21.88% from 255) = 16.92%
R=56.92%
G=26.15%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185855500.540.700.2713.8554.1747.06
HexB95537036461Be362f
Octal2711256706610633166657
Binary10111001101010111011101101101000110110111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95537; }

 p { color: rgb(185,85,55); }

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

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

 a { background-color: rgb(185,85,55); }

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

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

 span { border-color: rgb(185,85,55); }

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