#BB5639

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

Shades of Grenadier #BB5639

Tints of Grenadier #BB5639

Color information

#BB5639 (or 0xBB5639) is unknown color: approx Grenadier. HEX triplet: BB, 56 and 39. RGB value is (187,86,57). Sum of RGB (Red+Green+Blue) = 187+86+57=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5639 is #44A9C6. Grayscale: #717171. Windows color (decimal): -4499911 or 3757755. OLE color: 3757755.

HSL color Cylindrical-coordinate representation of color #BB5639: hue angle of 13.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB5639 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1878657-
CMYK00.540.700.27
HSL13.38º53.28%47.84%-
HSV(B)13.38º69.52%73.33%-
XYZ24.5617.525.96-
YUV112.8996.46180.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=56.67%
G=26.06%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187865700.540.700.2713.3853.2847.84
HexBB5639036461Bd3530
Octal2731267106610633156560
Binary10111011101011011100101101101000110110111101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5639; }

 p { color: rgb(187,86,57); }

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

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

 a { background-color: rgb(187,86,57); }

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

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

 span { border-color: rgb(187,86,57); }

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