#BE3652

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

Shades of Old Rose #BE3652

Tints of Old Rose #BE3652

Color information

#BE3652 (or 0xBE3652) is unknown color: approx Old Rose. HEX triplet: BE, 36 and 52. RGB value is (190,54,82). Sum of RGB (Red+Green+Blue) = 190+54+82=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3652 is #41C9AD. Grayscale: #616161. Windows color (decimal): -4311470 or 5387966. OLE color: 5387966.

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

Color convert

RGB1905482-
CMYK00.720.570.25
HSL347.65º55.74%47.84%-
HSV(B)347.65º71.58%74.51%-
XYZ24.0814.199.45-
YUV97.86119.06193.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=58.28%
G=16.56%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190548200.720.570.25347.6555.7447.84
HexBE3652048391915c3830
Octal27666122011071315347060
Binary1011111011011010100100100100011100111001101011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3652; }

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

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

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

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

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

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

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

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