#bb4d31

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

Shades of Grenadier #BB4D31

Tints of Grenadier #BB4D31

Color information

#BB4D31 (or 0xBB4D31) is unknown color: approx Grenadier. HEX triplet: BB, 4D and 31. RGB value is (187,77,49). Sum of RGB (Red+Green+Blue) = 187+77+49=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D31 is #44B2CE. Grayscale: #6A6A6A. Windows color (decimal): -4502223 or 3231163. OLE color: 3231163.

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

Color convert

RGB1877749-
CMYK00.590.740.27
HSL12.17º58.47%46.27%-
HSV(B)12.17º73.8%73.33%-
XYZ23.716.094.76-
YUV106.795.44185.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.74%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=59.74%
G=24.60%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187774900.590.740.2712.1758.4746.27
HexBB4D3103B4A1Bc3a2e
Octal2731156107311233147256
Binary10111011100110111000101110111001010110111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4d31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4d31; }

 p { color: rgb(187,77,49); }

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

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

 a { background-color: rgb(187,77,49); }

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

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

 span { border-color: rgb(187,77,49); }

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