#BB4A3C

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

Shades of Grenadier #BB4A3C

Tints of Grenadier #BB4A3C

Color information

#BB4A3C (or 0xBB4A3C) is unknown color: approx Grenadier. HEX triplet: BB, 4A and 3C. RGB value is (187,74,60). Sum of RGB (Red+Green+Blue) = 187+74+60=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A3C is #44B5C3. Grayscale: #6A6A6A. Windows color (decimal): -4502980 or 3951291. OLE color: 3951291.

HSL color Cylindrical-coordinate representation of color #BB4A3C: hue angle of 6.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4A3C is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1877460-
CMYK00.600.680.27
HSL6.61º51.42%48.43%-
HSV(B)6.61º67.91%73.33%-
XYZ23.7615.796.07-
YUV106.19101.94185.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.26%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=58.26%
G=23.05%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187746000.600.680.276.6151.4248.43
HexBB4A3C03C441B73330
Octal273112740741043376360
Binary1011101110010101111000111100100010011011111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A3C; }

 p { color: rgb(187,74,60); }

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

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

 a { background-color: rgb(187,74,60); }

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

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

 span { border-color: rgb(187,74,60); }

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