#BE3947

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

Shades of Old Rose #BE3947

Tints of Old Rose #BE3947

Color information

#BE3947 (or 0xBE3947) is unknown color: approx Old Rose. HEX triplet: BE, 39 and 47. RGB value is (190,57,71). Sum of RGB (Red+Green+Blue) = 190+57+71=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3947 is #41C6B8. Grayscale: #626262. Windows color (decimal): -4310713 or 4667838. OLE color: 4667838.

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

Color convert

RGB1905771-
CMYK00.70.630.25
HSL353.68º53.85%48.43%-
HSV(B)353.68º70%74.51%-
XYZ23.8414.337.47-
YUV98.36112.56193.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.75%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=59.75%
G=17.92%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190577100.70.630.25353.6853.8548.43
HexBE39470463F191623630
Octal27671107010677315426660
Binary1011111011100110001110100011011111111001101100010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3947; }

 p { color: rgb(190,57,71); }

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

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

 a { background-color: rgb(190,57,71); }

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

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

 span { border-color: rgb(190,57,71); }

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