#BB5435

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

Shades of Grenadier #BB5435

Tints of Grenadier #BB5435

Color information

#BB5435 (or 0xBB5435) is unknown color: approx Grenadier. HEX triplet: BB, 54 and 35. RGB value is (187,84,53). Sum of RGB (Red+Green+Blue) = 187+84+53=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5435 is #44ABCA. Grayscale: #6F6F6F. Windows color (decimal): -4500427 or 3495099. OLE color: 3495099.

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

Color convert

RGB1878453-
CMYK00.550.720.27
HSL13.88º55.83%47.06%-
HSV(B)13.88º71.66%73.33%-
XYZ24.3117.165.4-
YUV111.2695.12182.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=57.72%
G=25.93%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187845300.550.720.2713.8855.8347.06
HexBB5435037481Be382f
Octal2731246506711033167057
Binary10111011101010011010101101111001000110111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5435; }

 p { color: rgb(187,84,53); }

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

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

 a { background-color: rgb(187,84,53); }

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

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

 span { border-color: rgb(187,84,53); }

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