#BE335E

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

Shades of Old Rose #BE335E

Tints of Old Rose #BE335E

Color information

#BE335E (or 0xBE335E) is unknown color: approx Old Rose. HEX triplet: BE, 33 and 5E. RGB value is (190,51,94). Sum of RGB (Red+Green+Blue) = 190+51+94=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE335E is #41CCA1. Grayscale: #616161. Windows color (decimal): -4312226 or 6173630. OLE color: 6173630.

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

Color convert

RGB1905194-
CMYK00.730.510.25
HSL341.44º57.68%47.25%-
HSV(B)341.44º73.16%74.51%-
XYZ24.4414.1212.03-
YUV97.46126.05194-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=56.72%
G=15.22%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190519400.730.510.25341.4457.6847.25
HexBE335E04933191553a2f
Octal27663136011163315257257
Binary1011111011001110111100100100111001111001101010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE335E; }

 p { color: rgb(190,51,94); }

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

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

 a { background-color: rgb(190,51,94); }

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

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

 span { border-color: rgb(190,51,94); }

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