#BE365D

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

Shades of Old Rose #BE365D

Tints of Old Rose #BE365D

Color information

#BE365D (or 0xBE365D) is unknown color: approx Old Rose. HEX triplet: BE, 36 and 5D. RGB value is (190,54,93). Sum of RGB (Red+Green+Blue) = 190+54+93=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE365D is #41C9A2. Grayscale: #636363. Windows color (decimal): -4311459 or 6108862. OLE color: 6108862.

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

Color convert

RGB1905493-
CMYK00.720.510.25
HSL342.79º55.74%47.84%-
HSV(B)342.79º71.58%74.51%-
XYZ24.5314.3811.84-
YUV99.11124.56192.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=56.38%
G=16.02%
B=27.60%

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
Decimal190549300.720.510.25342.7955.7447.84
HexBE365D04833191573830
Octal27666135011063315277060
Binary1011111011011010111010100100011001111001101010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE365D; }

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

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

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

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

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

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

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

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