#BB4831

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

Shades of Grenadier #BB4831

Tints of Grenadier #BB4831

Color information

#BB4831 (or 0xBB4831) is unknown color: approx Grenadier. HEX triplet: BB, 48 and 31. RGB value is (187,72,49). Sum of RGB (Red+Green+Blue) = 187+72+49=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4831 is #44B7CE. Grayscale: #676767. Windows color (decimal): -4503503 or 3229883. OLE color: 3229883.

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

Color convert

RGB1877249-
CMYK00.610.740.27
HSL10º58.47%46.27%-
HSV(B)10º73.8%73.33%-
XYZ23.3715.424.65-
YUV103.7697.1187.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=60.71%
G=23.38%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187724900.610.740.271058.4746.27
HexBB483103D4A1Ba3a2e
Octal2731106107511233127256
Binary10111011100100011000101111011001010110111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4831; }

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

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

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

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

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

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

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

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