#BE4575

Color #BE4575 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BE4575

Tints of Royal Heath #BE4575

Color information

#BE4575 (or 0xBE4575) is unknown color: approx Royal Heath. HEX triplet: BE, 45 and 75. RGB value is (190,69,117). Sum of RGB (Red+Green+Blue) = 190+69+117=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4575 is #41BA8A. Grayscale: #6E6E6E. Windows color (decimal): -4307595 or 7685566. OLE color: 7685566.

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

Color convert

RGB19069117-
CMYK00.640.380.25
HSL336.2º48.21%50.78%-
HSV(B)336.2º63.68%74.51%-
XYZ26.5716.4918.61-
YUV110.65131.59184.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=50.53%
G=18.35%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906911700.640.380.25336.248.2150.78
HexBE457504026191503033
Octal276105165010046315206063
Binary10111110100010111101010100000010011011001101010000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4575; }

 p { color: rgb(190,69,117); }

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

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

 a { background-color: rgb(190,69,117); }

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

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

 span { border-color: rgb(190,69,117); }

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