#BE265E

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

Shades of Old Rose #BE265E

Tints of Old Rose #BE265E

Color information

#BE265E (or 0xBE265E) is unknown color: approx Old Rose. HEX triplet: BE, 26 and 5E. RGB value is (190,38,94). Sum of RGB (Red+Green+Blue) = 190+38+94=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE265E is #41D9A1. Grayscale: #595959. Windows color (decimal): -4315554 or 6170302. OLE color: 6170302.

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

Color convert

RGB1903894-
CMYK00.80.510.25
HSL337.89º66.67%44.71%-
HSV(B)337.89º80%74.51%-
XYZ23.9513.1411.86-
YUV89.83130.36199.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=59.01%
G=11.80%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190389400.80.510.25337.8966.6744.71
HexBE265E0503319152432d
Octal276461360120633152210355
Binary10111110100110101111001010000110011110011010100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE265E; }

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

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

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

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

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

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

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

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