#BE365E

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

Shades of Old Rose #BE365E

Tints of Old Rose #BE365E

Color information

#BE365E (or 0xBE365E) is unknown color: approx Old Rose. HEX triplet: BE, 36 and 5E. RGB value is (190,54,94). Sum of RGB (Red+Green+Blue) = 190+54+94=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE365E is #41C9A1. Grayscale: #636363. Windows color (decimal): -4311458 or 6174398. OLE color: 6174398.

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

Color convert

RGB1905494-
CMYK00.720.510.25
HSL342.35º55.74%47.84%-
HSV(B)342.35º71.58%74.51%-
XYZ24.5714.3912.07-
YUV99.22125.06192.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=56.21%
G=15.98%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190549400.720.510.25342.3555.7447.84
HexBE365E04833191563830
Octal27666136011063315267060
Binary1011111011011010111100100100011001111001101010110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE365E; }

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

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

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

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

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

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

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

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