#BE3548

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

Shades of Old Rose #BE3548

Tints of Old Rose #BE3548

Color information

#BE3548 (or 0xBE3548) is unknown color: approx Old Rose. HEX triplet: BE, 35 and 48. RGB value is (190,53,72). Sum of RGB (Red+Green+Blue) = 190+53+72=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3548 is #41CAB7. Grayscale: #606060. Windows color (decimal): -4311736 or 4732350. OLE color: 4732350.

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

Color convert

RGB1905372-
CMYK00.720.620.25
HSL351.68º56.38%47.65%-
HSV(B)351.68º72.11%74.51%-
XYZ23.6813.967.58-
YUV96.13114.39194.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=60.32%
G=16.83%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190537200.720.620.25351.6856.3847.65
HexBE35480483E191603830
Octal27665110011076315407060
Binary1011111011010110010000100100011111011001101100000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3548; }

 p { color: rgb(190,53,72); }

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

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

 a { background-color: rgb(190,53,72); }

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

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

 span { border-color: rgb(190,53,72); }

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