#BB4527

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

Shades of Grenadier #BB4527

Tints of Grenadier #BB4527

Color information

#BB4527 (or 0xBB4527) is unknown color: approx Grenadier. HEX triplet: BB, 45 and 27. RGB value is (187,69,39). Sum of RGB (Red+Green+Blue) = 187+69+39=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4527 is #44BAD8. Grayscale: #656565. Windows color (decimal): -4504281 or 2573755. OLE color: 2573755.

HSL color Cylindrical-coordinate representation of color #BB4527: hue angle of 12.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4527 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1876939-
CMYK00.630.790.27
HSL12.16º65.49%44.31%-
HSV(B)12.16º79.14%73.33%-
XYZ22.9914.973.6-
YUV100.8693.09189.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.39%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=63.39%
G=23.39%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187693900.630.790.2712.1665.4944.31
HexBB452703F4F1Bc412c
Octal27310547077117331410154
Binary101110111000101100111011111110011111101111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4527; }

 p { color: rgb(187,69,39); }

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

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

 a { background-color: rgb(187,69,39); }

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

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

 span { border-color: rgb(187,69,39); }

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