#BE424E

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

Shades of Old Rose #BE424E

Tints of Old Rose #BE424E

Color information

#BE424E (or 0xBE424E) is unknown color: approx Old Rose. HEX triplet: BE, 42 and 4E. RGB value is (190,66,78). Sum of RGB (Red+Green+Blue) = 190+66+78=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE424E is #41BDB1. Grayscale: #686868. Windows color (decimal): -4308402 or 5128894. OLE color: 5128894.

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

Color convert

RGB1906678-
CMYK00.650.590.25
HSL354.19º48.82%50.2%-
HSV(B)354.19º65.26%74.51%-
XYZ24.5615.398.88-
YUV104.44113.08189.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=56.89%
G=19.76%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190667800.650.590.25354.1948.8250.2
HexBE424E0413B191623132
Octal276102116010173315426162
Binary10111110100001010011100100000111101111001101100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE424E; }

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

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

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

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

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

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

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

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