#B65036

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

Shades of Grenadier #B65036

Tints of Grenadier #B65036

Color information

#B65036 (or 0xB65036) is unknown color: approx Grenadier. HEX triplet: B6, 50 and 36. RGB value is (182,80,54). Sum of RGB (Red+Green+Blue) = 182+80+54=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B65036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65036 is #49AFC9. Grayscale: #6B6B6B. Windows color (decimal): -4829130 or 3559606. OLE color: 3559606.

HSL color Cylindrical-coordinate representation of color #B65036: hue angle of 12.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B65036 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1828054-
CMYK00.560.700.29
HSL12.19º54.24%46.27%-
HSV(B)12.19º70.33%71.37%-
XYZ22.8315.955.37-
YUV107.5397.79181.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.59%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=57.59%
G=25.32%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182805400.560.700.2912.1954.2446.27
HexB65036038461Dc362e
Octal2661206607010635146656
Binary10110110101000011011001110001000110111011100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65036; }

 p { color: rgb(182,80,54); }

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

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

 a { background-color: rgb(182,80,54); }

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

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

 span { border-color: rgb(182,80,54); }

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