#BE354C

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

Shades of Old Rose #BE354C

Tints of Old Rose #BE354C

Color information

#BE354C (or 0xBE354C) is unknown color: approx Old Rose. HEX triplet: BE, 35 and 4C. RGB value is (190,53,76). Sum of RGB (Red+Green+Blue) = 190+53+76=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE354C is #41CAB3. Grayscale: #606060. Windows color (decimal): -4311732 or 4994494. OLE color: 4994494.

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

Color convert

RGB1905376-
CMYK00.720.600.25
HSL349.93º56.38%47.65%-
HSV(B)349.93º72.11%74.51%-
XYZ23.8114.028.29-
YUV96.58116.39194.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=59.56%
G=16.61%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190537600.720.600.25349.9356.3847.65
HexBE354C0483C1915e3830
Octal27665114011074315367060
Binary1011111011010110011000100100011110011001101011110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE354C; }

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

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

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

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

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

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

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

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