#BE4B36

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

Shades of Grenadier #BE4B36

Tints of Grenadier #BE4B36

Color information

#BE4B36 (or 0xBE4B36) is unknown color: approx Grenadier. HEX triplet: BE, 4B and 36. RGB value is (190,75,54). Sum of RGB (Red+Green+Blue) = 190+75+54=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B36 is #41B4C9. Grayscale: #6B6B6B. Windows color (decimal): -4306122 or 3558334. OLE color: 3558334.

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

Color convert

RGB1907554-
CMYK00.610.720.25
HSL9.26º55.74%47.84%-
HSV(B)9.26º71.58%74.51%-
XYZ24.4216.255.34-
YUV106.9998.1187.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 54 (21.48% from 255) = 16.93%
R=59.56%
G=23.51%
B=16.93%

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
Decimal190755400.610.720.259.2655.7447.84
HexBE4B3603D481993830
Octal2761136607511031117060
Binary10111110100101111011001111011001000110011001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B36; }

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

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

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

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

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

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

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

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