#BE4478

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

Shades of Royal Heath #BE4478

Tints of Royal Heath #BE4478

Color information

#BE4478 (or 0xBE4478) is unknown color: approx Royal Heath. HEX triplet: BE, 44 and 78. RGB value is (190,68,120). Sum of RGB (Red+Green+Blue) = 190+68+120=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4478 is #41BB87. Grayscale: #6E6E6E. Windows color (decimal): -4307848 or 7881918. OLE color: 7881918.

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

Color convert

RGB19068120-
CMYK00.640.370.25
HSL334.43º48.41%50.59%-
HSV(B)334.43º64.21%74.51%-
XYZ26.6916.4419.54-
YUV110.41133.42184.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=50.26%
G=17.99%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906812000.640.370.25334.4348.4150.59
HexBE4478040251914e3033
Octal276104170010045315166063
Binary10111110100010011110000100000010010111001101001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4478; }

 p { color: rgb(190,68,120); }

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

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

 a { background-color: rgb(190,68,120); }

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

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

 span { border-color: rgb(190,68,120); }

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