#BE4252

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

Shades of Old Rose #BE4252

Tints of Old Rose #BE4252

Color information

#BE4252 (or 0xBE4252) is unknown color: approx Old Rose. HEX triplet: BE, 42 and 52. RGB value is (190,66,82). Sum of RGB (Red+Green+Blue) = 190+66+82=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4252 is #41BDAD. Grayscale: #686868. Windows color (decimal): -4308398 or 5391038. OLE color: 5391038.

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

Color convert

RGB1906682-
CMYK00.650.570.25
HSL352.26º48.82%50.2%-
HSV(B)352.26º65.26%74.51%-
XYZ24.7115.459.66-
YUV104.9115.08188.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=56.21%
G=19.53%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190668200.650.570.25352.2648.8250.2
HexBE425204139191603132
Octal276102122010171315406162
Binary10111110100001010100100100000111100111001101100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4252; }

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

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

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

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

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

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

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

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