#BE264E

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

Shades of Old Rose #BE264E

Tints of Old Rose #BE264E

Color information

#BE264E (or 0xBE264E) is unknown color: approx Old Rose. HEX triplet: BE, 26 and 4E. RGB value is (190,38,78). Sum of RGB (Red+Green+Blue) = 190+38+78=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE264E is #41D9B1. Grayscale: #585858. Windows color (decimal): -4315570 or 5121726. OLE color: 5121726.

HSL color Cylindrical-coordinate representation of color #BE264E: hue angle of 344.21º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE264E is Cyan = 0, Magento = 0.8, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1903878-
CMYK00.80.590.25
HSL344.21º66.67%44.71%-
HSV(B)344.21º80%74.51%-
XYZ23.312.888.47-
YUV88.01122.36200.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=62.09%
G=12.42%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190387800.80.590.25344.2166.6744.71
HexBE264E0503B19158432d
Octal276461160120733153010355
Binary10111110100110100111001010000111011110011010110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE264E; }

 p { color: rgb(190,38,78); }

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

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

 a { background-color: rgb(190,38,78); }

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

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

 span { border-color: rgb(190,38,78); }

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