#BB4832

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

Shades of Grenadier #BB4832

Tints of Grenadier #BB4832

Color information

#BB4832 (or 0xBB4832) is unknown color: approx Grenadier. HEX triplet: BB, 48 and 32. RGB value is (187,72,50). Sum of RGB (Red+Green+Blue) = 187+72+50=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4832 is #44B7CD. Grayscale: #686868. Windows color (decimal): -4503502 or 3295419. OLE color: 3295419.

HSL color Cylindrical-coordinate representation of color #BB4832: hue angle of 9.64º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB4832 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1877250-
CMYK00.610.730.27
HSL9.64º57.81%46.47%-
HSV(B)9.64º73.26%73.33%-
XYZ23.3915.434.76-
YUV103.8897.6187.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.52%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=60.52%
G=23.30%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187725000.610.730.279.6457.8146.47
HexBB483203D491Ba3a2e
Octal2731106207511133127256
Binary10111011100100011001001111011001001110111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4832; }

 p { color: rgb(187,72,50); }

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

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

 a { background-color: rgb(187,72,50); }

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

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

 span { border-color: rgb(187,72,50); }

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