#BE3660

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

Shades of Old Rose #BE3660

Tints of Old Rose #BE3660

Color information

#BE3660 (or 0xBE3660) is unknown color: approx Old Rose. HEX triplet: BE, 36 and 60. RGB value is (190,54,96). Sum of RGB (Red+Green+Blue) = 190+54+96=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3660 is #41C99F. Grayscale: #636363. Windows color (decimal): -4311456 or 6305470. OLE color: 6305470.

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

Color convert

RGB1905496-
CMYK00.720.490.25
HSL341.47º55.74%47.84%-
HSV(B)341.47º71.58%74.51%-
XYZ24.6714.4312.55-
YUV99.45126.06192.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=55.88%
G=15.88%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190549600.720.490.25341.4755.7447.84
HexBE366004831191553830
Octal27666140011061315257060
Binary1011111011011011000000100100011000111001101010101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3660; }

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

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

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

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

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

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

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

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