#BE334A

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

Shades of Old Rose #BE334A

Tints of Old Rose #BE334A

Color information

#BE334A (or 0xBE334A) is unknown color: approx Old Rose. HEX triplet: BE, 33 and 4A. RGB value is (190,51,74). Sum of RGB (Red+Green+Blue) = 190+51+74=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE334A is #41CCB5. Grayscale: #5F5F5F. Windows color (decimal): -4312246 or 4862910. OLE color: 4862910.

HSL color Cylindrical-coordinate representation of color #BE334A: hue angle of 350.07º degrees, saturation: 0.58, 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 #BE334A is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1905174-
CMYK00.730.610.25
HSL350.07º57.68%47.25%-
HSV(B)350.07º73.16%74.51%-
XYZ23.6613.817.9-
YUV95.18116.05195.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=60.32%
G=16.19%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190517400.730.610.25350.0757.6847.25
HexBE334A0493D1915e3a2f
Octal27663112011175315367257
Binary1011111011001110010100100100111110111001101011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE334A; }

 p { color: rgb(190,51,74); }

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

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

 a { background-color: rgb(190,51,74); }

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

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

 span { border-color: rgb(190,51,74); }

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