#BE3454

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

Shades of Old Rose #BE3454

Tints of Old Rose #BE3454

Color information

#BE3454 (or 0xBE3454) is unknown color: approx Old Rose. HEX triplet: BE, 34 and 54. RGB value is (190,52,84). Sum of RGB (Red+Green+Blue) = 190+52+84=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3454 is #41CBAB. Grayscale: #606060. Windows color (decimal): -4311980 or 5518526. OLE color: 5518526.

HSL color Cylindrical-coordinate representation of color #BE3454: hue angle of 346.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3454 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1905284-
CMYK00.730.560.25
HSL346.09º57.02%47.45%-
HSV(B)346.09º72.63%74.51%-
XYZ24.0614.049.83-
YUV96.91120.72194.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=58.28%
G=15.95%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190528400.730.560.25346.0957.0247.45
HexBE3454049381915a392f
Octal27664124011170315327157
Binary1011111011010010101000100100111100011001101011010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3454; }

 p { color: rgb(190,52,84); }

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

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

 a { background-color: rgb(190,52,84); }

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

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

 span { border-color: rgb(190,52,84); }

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