#B45039

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

Shades of Grenadier #B45039

Tints of Grenadier #B45039

Color information

#B45039 (or 0xB45039) is unknown color: approx Grenadier. HEX triplet: B4, 50 and 39. RGB value is (180,80,57). Sum of RGB (Red+Green+Blue) = 180+80+57=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B45039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45039 is #4BAFC6. Grayscale: #6B6B6B. Windows color (decimal): -4960199 or 3756212. OLE color: 3756212.

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

Color convert

RGB1808057-
CMYK00.560.680.29
HSL11.22º51.9%46.47%-
HSV(B)11.22º68.33%70.59%-
XYZ22.4315.745.73-
YUV107.2899.63179.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=56.78%
G=25.24%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180805700.560.680.2911.2251.946.47
HexB45039038441Db342e
Octal2641207107010435136456
Binary10110100101000011100101110001000100111011011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45039; }

 p { color: rgb(180,80,57); }

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

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

 a { background-color: rgb(180,80,57); }

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

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

 span { border-color: rgb(180,80,57); }

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