#be423c

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

Shades of Grenadier #BE423C

Tints of Grenadier #BE423C

Color information

#BE423C (or 0xBE423C) is unknown color: approx Grenadier. HEX triplet: BE, 42 and 3C. RGB value is (190,66,60). Sum of RGB (Red+Green+Blue) = 190+66+60=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE423C is #41BDC3. Grayscale: #666666. Windows color (decimal): -4308420 or 3949246. OLE color: 3949246.

HSL color Cylindrical-coordinate representation of color #BE423C: hue angle of 2.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE423C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1906660-
CMYK00.650.680.25
HSL2.77º52%49.02%-
HSV(B)2.77º68.42%74.51%-
XYZ2415.175.94-
YUV102.39104.08190.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=60.13%
G=20.89%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190666000.650.680.252.775249.02
HexBE423C041441933431
Octal2761027401011043136461
Binary1011111010000101111000100000110001001100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be423c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be423c; }

 p { color: rgb(190,66,60); }

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

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

 a { background-color: rgb(190,66,60); }

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

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

 span { border-color: rgb(190,66,60); }

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