#BE3348

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

Shades of Old Rose #BE3348

Tints of Old Rose #BE3348

Color information

#BE3348 (or 0xBE3348) is unknown color: approx Old Rose. HEX triplet: BE, 33 and 48. RGB value is (190,51,72). Sum of RGB (Red+Green+Blue) = 190+51+72=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3348 is #41CCB7. Grayscale: #5F5F5F. Windows color (decimal): -4312248 or 4731838. OLE color: 4731838.

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

Color convert

RGB1905172-
CMYK00.730.620.25
HSL350.94º57.68%47.25%-
HSV(B)350.94º73.16%74.51%-
XYZ23.5913.787.55-
YUV94.95115.05195.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.70%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=60.70%
G=16.29%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190517200.730.620.25350.9457.6847.25
HexBE33480493E1915f3a2f
Octal27663110011176315377257
Binary1011111011001110010000100100111111011001101011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3348; }

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

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

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

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

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

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

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

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