#be3646

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

Shades of Old Rose #BE3646

Tints of Old Rose #BE3646

Color information

#BE3646 (or 0xBE3646) is unknown color: approx Old Rose. HEX triplet: BE, 36 and 46. RGB value is (190,54,70). Sum of RGB (Red+Green+Blue) = 190+54+70=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3646 is #41C9B9. Grayscale: #606060. Windows color (decimal): -4311482 or 4601534. OLE color: 4601534.

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

Color convert

RGB1905470-
CMYK00.720.630.25
HSL352.94º55.74%47.84%-
HSV(B)352.94º71.58%74.51%-
XYZ23.6614.037.25-
YUV96.49113.06194.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.51%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=60.51%
G=17.20%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190547000.720.630.25352.9455.7447.84
HexBE36460483F191613830
Octal27666106011077315417060
Binary1011111011011010001100100100011111111001101100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3646; }

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

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

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

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

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

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

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

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