#B45038

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

Shades of Grenadier #B45038

Tints of Grenadier #B45038

Color information

#B45038 (or 0xB45038) is unknown color: approx Grenadier. HEX triplet: B4, 50 and 38. RGB value is (180,80,56). Sum of RGB (Red+Green+Blue) = 180+80+56=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45038 is #4BAFC7. Grayscale: #6B6B6B. Windows color (decimal): -4960200 or 3690676. OLE color: 3690676.

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

Color convert

RGB1808056-
CMYK00.560.690.29
HSL11.61º52.54%46.27%-
HSV(B)11.61º68.89%70.59%-
XYZ22.415.735.6-
YUV107.1699.13179.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=56.96%
G=25.32%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180805600.560.690.2911.6152.5446.27
HexB45038038451Dc352e
Octal2641207007010535146556
Binary10110100101000011100001110001000101111011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45038; }

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

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

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

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

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

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

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

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