#BE3855

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

Shades of Old Rose #BE3855

Tints of Old Rose #BE3855

Color information

#BE3855 (or 0xBE3855) is unknown color: approx Old Rose. HEX triplet: BE, 38 and 55. RGB value is (190,56,85). Sum of RGB (Red+Green+Blue) = 190+56+85=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3855 is #41C7AA. Grayscale: #636363. Windows color (decimal): -4310955 or 5585086. OLE color: 5585086.

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

Color convert

RGB1905685-
CMYK00.710.550.25
HSL347.01º54.47%48.24%-
HSV(B)347.01º70.53%74.51%-
XYZ24.2914.4310.1-
YUV99.37119.89192.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=57.40%
G=16.92%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190568500.710.550.25347.0154.4748.24
HexBE3855047371915b3630
Octal27670125010767315336660
Binary1011111011100010101010100011111011111001101011011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3855; }

 p { color: rgb(190,56,85); }

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

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

 a { background-color: rgb(190,56,85); }

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

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

 span { border-color: rgb(190,56,85); }

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