#BE3262

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

Shades of Old Rose #BE3262

Tints of Old Rose #BE3262

Color information

#BE3262 (or 0xBE3262) is unknown color: approx Old Rose. HEX triplet: BE, 32 and 62. RGB value is (190,50,98). Sum of RGB (Red+Green+Blue) = 190+50+98=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3262 is #41CD9D. Grayscale: #616161. Windows color (decimal): -4312478 or 6435518. OLE color: 6435518.

HSL color Cylindrical-coordinate representation of color #BE3262: hue angle of 339.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3262 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1905098-
CMYK00.740.480.25
HSL339.43º58.33%47.06%-
HSV(B)339.43º73.68%74.51%-
XYZ24.5814.1112.98-
YUV97.33128.38194.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=56.21%
G=14.79%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190509800.740.480.25339.4358.3347.06
HexBE326204A30191533a2f
Octal27662142011260315237257
Binary1011111011001011000100100101011000011001101010011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3262; }

 p { color: rgb(190,50,98); }

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

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

 a { background-color: rgb(190,50,98); }

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

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

 span { border-color: rgb(190,50,98); }

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