#BB4731

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

Shades of Grenadier #BB4731

Tints of Grenadier #BB4731

Color information

#BB4731 (or 0xBB4731) is unknown color: approx Grenadier. HEX triplet: BB, 47 and 31. RGB value is (187,71,49). Sum of RGB (Red+Green+Blue) = 187+71+49=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4731 is #44B8CE. Grayscale: #676767. Windows color (decimal): -4503759 or 3229627. OLE color: 3229627.

HSL color Cylindrical-coordinate representation of color #BB4731: hue angle of 9.57º 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 #BB4731 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1877149-
CMYK00.620.740.27
HSL9.57º58.47%46.27%-
HSV(B)9.57º73.8%73.33%-
XYZ23.315.294.63-
YUV103.1897.43187.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=60.91%
G=23.13%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187714900.620.740.279.5758.4746.27
HexBB473103E4A1Ba3a2e
Octal2731076107611233127256
Binary10111011100011111000101111101001010110111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4731; }

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

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

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

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

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

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

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

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