#BB4425

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

Shades of Grenadier #BB4425

Tints of Grenadier #BB4425

Color information

#BB4425 (or 0xBB4425) is unknown color: approx Grenadier. HEX triplet: BB, 44 and 25. RGB value is (187,68,37). Sum of RGB (Red+Green+Blue) = 187+68+37=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4425 is #44BBDA. Grayscale: #646464. Windows color (decimal): -4504539 or 2442427. OLE color: 2442427.

HSL color Cylindrical-coordinate representation of color #BB4425: hue angle of 12.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4425 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1876837-
CMYK00.640.800.27
HSL12.4º66.96%43.92%-
HSV(B)12.4º80.21%73.33%-
XYZ22.8914.833.41-
YUV100.0592.42190.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.04%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=64.04%
G=23.29%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187683700.640.800.2712.466.9643.92
HexBB4425040501Bc432c
Octal273104450100120331410354
Binary1011101110001001001010100000010100001101111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4425; }

 p { color: rgb(187,68,37); }

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

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

 a { background-color: rgb(187,68,37); }

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

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

 span { border-color: rgb(187,68,37); }

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