#BE4B33

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

Shades of Grenadier #BE4B33

Tints of Grenadier #BE4B33

Color information

#BE4B33 (or 0xBE4B33) is unknown color: approx Grenadier. HEX triplet: BE, 4B and 33. RGB value is (190,75,51). Sum of RGB (Red+Green+Blue) = 190+75+51=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B33 is #41B4CC. Grayscale: #6A6A6A. Windows color (decimal): -4306125 or 3361726. OLE color: 3361726.

HSL color Cylindrical-coordinate representation of color #BE4B33: hue angle of 10.36º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE4B33 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1907551-
CMYK00.610.730.25
HSL10.36º57.68%47.25%-
HSV(B)10.36º73.16%74.51%-
XYZ24.3516.224.98-
YUV106.6596.6187.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=60.13%
G=23.73%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190755100.610.730.2510.3657.6847.25
HexBE4B3303D4919a3a2f
Octal2761136307511131127257
Binary10111110100101111001101111011001001110011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B33; }

 p { color: rgb(190,75,51); }

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

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

 a { background-color: rgb(190,75,51); }

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

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

 span { border-color: rgb(190,75,51); }

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