#BE3948

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

Shades of Old Rose #BE3948

Tints of Old Rose #BE3948

Color information

#BE3948 (or 0xBE3948) is unknown color: approx Old Rose. HEX triplet: BE, 39 and 48. RGB value is (190,57,72). Sum of RGB (Red+Green+Blue) = 190+57+72=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3948 is #41C6B7. Grayscale: #626262. Windows color (decimal): -4310712 or 4733374. OLE color: 4733374.

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

Color convert

RGB1905772-
CMYK00.70.620.25
HSL353.23º53.85%48.43%-
HSV(B)353.23º70%74.51%-
XYZ23.8714.347.64-
YUV98.48113.06193.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=59.56%
G=17.87%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190577200.70.620.25353.2353.8548.43
HexBE39480463E191613630
Octal27671110010676315416660
Binary1011111011100110010000100011011111011001101100001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3948; }

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

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

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

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

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

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

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

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