#BE476C

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

Shades of Royal Heath #BE476C

Tints of Royal Heath #BE476C

Color information

#BE476C (or 0xBE476C) is unknown color: approx Royal Heath. HEX triplet: BE, 47 and 6C. RGB value is (190,71,108). Sum of RGB (Red+Green+Blue) = 190+71+108=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE476C is #41B893. Grayscale: #6E6E6E. Windows color (decimal): -4307092 or 7096254. OLE color: 7096254.

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

Color convert

RGB19071108-
CMYK00.630.430.25
HSL341.34º47.79%51.18%-
HSV(B)341.34º62.63%74.51%-
XYZ26.216.5416-
YUV110.8126.42184.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=51.49%
G=19.24%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907110800.630.430.25341.3447.7951.18
HexBE476C03F2B191553033
Octal27610715407753315256063
Binary1011111010001111101100011111110101111001101010101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE476C; }

 p { color: rgb(190,71,108); }

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

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

 a { background-color: rgb(190,71,108); }

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

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

 span { border-color: rgb(190,71,108); }

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