#BE3648

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

Shades of Old Rose #BE3648

Tints of Old Rose #BE3648

Color information

#BE3648 (or 0xBE3648) is unknown color: approx Old Rose. HEX triplet: BE, 36 and 48. RGB value is (190,54,72). Sum of RGB (Red+Green+Blue) = 190+54+72=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3648 is #41C9B7. Grayscale: #606060. Windows color (decimal): -4311480 or 4732606. OLE color: 4732606.

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

Color convert

RGB1905472-
CMYK00.720.620.25
HSL352.06º55.74%47.84%-
HSV(B)352.06º71.58%74.51%-
XYZ23.7214.057.59-
YUV96.72114.06194.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=60.13%
G=17.09%
B=22.78%

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
Decimal190547200.720.620.25352.0655.7447.84
HexBE36480483E191603830
Octal27666110011076315407060
Binary1011111011011010010000100100011111011001101100000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3648; }

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

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

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

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

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

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

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

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