#BE2661

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

Shades of Old Rose #BE2661

Tints of Old Rose #BE2661

Color information

#BE2661 (or 0xBE2661) is unknown color: approx Old Rose. HEX triplet: BE, 26 and 61. RGB value is (190,38,97). Sum of RGB (Red+Green+Blue) = 190+38+97=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2661 is #41D99E. Grayscale: #5A5A5A. Windows color (decimal): -4315551 or 6366910. OLE color: 6366910.

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

Color convert

RGB1903897-
CMYK00.80.490.25
HSL336.71º66.67%44.71%-
HSV(B)336.71º80%74.51%-
XYZ24.0913.212.59-
YUV90.17131.86199.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.46%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=58.46%
G=11.69%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190389700.80.490.25336.7166.6744.71
HexBE26610503119151432d
Octal276461410120613152110355
Binary10111110100110110000101010000110001110011010100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2661; }

 p { color: rgb(190,38,97); }

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

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

 a { background-color: rgb(190,38,97); }

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

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

 span { border-color: rgb(190,38,97); }

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