#BB5434

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

Shades of Grenadier #BB5434

Tints of Grenadier #BB5434

Color information

#BB5434 (or 0xBB5434) is unknown color: approx Grenadier. HEX triplet: BB, 54 and 34. RGB value is (187,84,52). Sum of RGB (Red+Green+Blue) = 187+84+52=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5434 is #44ABCB. Grayscale: #6F6F6F. Windows color (decimal): -4500428 or 3429563. OLE color: 3429563.

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

Color convert

RGB1878452-
CMYK00.550.720.27
HSL14.22º56.49%46.86%-
HSV(B)14.22º72.19%73.33%-
XYZ24.2817.155.28-
YUV111.1594.62182.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=57.89%
G=26.01%
B=16.10%

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
Decimal187845200.550.720.2714.2256.4946.86
HexBB5434037481Be382f
Octal2731246406711033167057
Binary10111011101010011010001101111001000110111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5434; }

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

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

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

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

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

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

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

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