#BE345E

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

Shades of Old Rose #BE345E

Tints of Old Rose #BE345E

Color information

#BE345E (or 0xBE345E) is unknown color: approx Old Rose. HEX triplet: BE, 34 and 5E. RGB value is (190,52,94). Sum of RGB (Red+Green+Blue) = 190+52+94=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE345E is #41CBA1. Grayscale: #626262. Windows color (decimal): -4311970 or 6173886. OLE color: 6173886.

HSL color Cylindrical-coordinate representation of color #BE345E: hue angle of 341.74º degrees, saturation: 0.57, 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 #BE345E is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1905294-
CMYK00.730.510.25
HSL341.74º57.02%47.45%-
HSV(B)341.74º72.63%74.51%-
XYZ24.4814.2112.04-
YUV98.05125.72193.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=56.55%
G=15.48%
B=27.98%

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
Decimal190529400.730.510.25341.7457.0247.45
HexBE345E0493319156392f
Octal27664136011163315267157
Binary1011111011010010111100100100111001111001101010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE345E; }

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

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

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

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

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

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

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

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