#BB483A

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

Shades of Grenadier #BB483A

Tints of Grenadier #BB483A

Color information

#BB483A (or 0xBB483A) is unknown color: approx Grenadier. HEX triplet: BB, 48 and 3A. RGB value is (187,72,58). Sum of RGB (Red+Green+Blue) = 187+72+58=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB483A is #44B7C5. Grayscale: #686868. Windows color (decimal): -4503494 or 3819707. OLE color: 3819707.

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

Color convert

RGB1877258-
CMYK00.610.690.27
HSL6.51º52.65%48.04%-
HSV(B)6.51º68.98%73.33%-
XYZ23.5715.515.75-
YUV104.79101.6186.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=58.99%
G=22.71%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187725800.610.690.276.5152.6548.04
HexBB483A03D451B73530
Octal273110720751053376560
Binary1011101110010001110100111101100010111011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB483A; }

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

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

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

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

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

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

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

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