#BB533F

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

Shades of Grenadier #BB533F

Tints of Grenadier #BB533F

Color information

#BB533F (or 0xBB533F) is unknown color: approx Grenadier. HEX triplet: BB, 53 and 3F. RGB value is (187,83,63). Sum of RGB (Red+Green+Blue) = 187+83+63=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB533F is #44ACC0. Grayscale: #707070. Windows color (decimal): -4500673 or 4150203. OLE color: 4150203.

HSL color Cylindrical-coordinate representation of color #BB533F: hue angle of 9.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB533F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1878363-
CMYK00.560.660.27
HSL9.68º49.6%49.02%-
HSV(B)9.68º66.31%73.33%-
XYZ24.4817.116.71-
YUV111.82100.46181.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 63 (25% from 255) = 18.92%
R=56.16%
G=24.92%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187836300.560.660.279.6849.649.02
HexBB533F038421Ba3231
Octal2731237707010233126261
Binary10111011101001111111101110001000010110111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB533F; }

 p { color: rgb(187,83,63); }

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

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

 a { background-color: rgb(187,83,63); }

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

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

 span { border-color: rgb(187,83,63); }

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