#BE3851

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

Shades of Old Rose #BE3851

Tints of Old Rose #BE3851

Color information

#BE3851 (or 0xBE3851) is unknown color: approx Old Rose. HEX triplet: BE, 38 and 51. RGB value is (190,56,81). Sum of RGB (Red+Green+Blue) = 190+56+81=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3851 is #41C7AE. Grayscale: #626262. Windows color (decimal): -4310959 or 5322942. OLE color: 5322942.

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

Color convert

RGB1905681-
CMYK00.710.570.25
HSL348.81º54.47%48.24%-
HSV(B)348.81º70.53%74.51%-
XYZ24.1314.379.29-
YUV98.92117.89192.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=58.10%
G=17.13%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190568100.710.570.25348.8154.4748.24
HexBE3851047391915d3630
Octal27670121010771315356660
Binary1011111011100010100010100011111100111001101011101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3851; }

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

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

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

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

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

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

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

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