#BB5034

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

Shades of Grenadier #BB5034

Tints of Grenadier #BB5034

Color information

#BB5034 (or 0xBB5034) is unknown color: approx Grenadier. HEX triplet: BB, 50 and 34. RGB value is (187,80,52). Sum of RGB (Red+Green+Blue) = 187+80+52=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5034 is #44AFCB. Grayscale: #6D6D6D. Windows color (decimal): -4501452 or 3428539. OLE color: 3428539.

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

Color convert

RGB1878052-
CMYK00.570.720.27
HSL12.44º56.49%46.86%-
HSV(B)12.44º72.19%73.33%-
XYZ23.9816.555.18-
YUV108.895.95183.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=58.62%
G=25.08%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187805200.570.720.2712.4456.4946.86
HexBB5034039481Bc382f
Octal2731206407111033147057
Binary10111011101000011010001110011001000110111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5034; }

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

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

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

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

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

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

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

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