#BE4B35

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

Shades of Grenadier #BE4B35

Tints of Grenadier #BE4B35

Color information

#BE4B35 (or 0xBE4B35) is unknown color: approx Grenadier. HEX triplet: BE, 4B and 35. RGB value is (190,75,53). Sum of RGB (Red+Green+Blue) = 190+75+53=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B35 is #41B4CA. Grayscale: #6B6B6B. Windows color (decimal): -4306123 or 3492798. OLE color: 3492798.

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

Color convert

RGB1907553-
CMYK00.610.720.25
HSL9.64º56.38%47.65%-
HSV(B)9.64º72.11%74.51%-
XYZ24.3916.245.22-
YUV106.8897.6187.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.75%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=59.75%
G=23.58%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190755300.610.720.259.6456.3847.65
HexBE4B3503D4819a3830
Octal2761136507511031127060
Binary10111110100101111010101111011001000110011010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B35; }

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

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

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

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

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

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

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

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