#BE446A

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

Shades of Royal Heath #BE446A

Tints of Royal Heath #BE446A

Color information

#BE446A (or 0xBE446A) is unknown color: approx Royal Heath. HEX triplet: BE, 44 and 6A. RGB value is (190,68,106). Sum of RGB (Red+Green+Blue) = 190+68+106=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE446A is #41BB95. Grayscale: #6C6C6C. Windows color (decimal): -4307862 or 6964414. OLE color: 6964414.

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

Color convert

RGB19068106-
CMYK00.640.440.25
HSL341.31º48.41%50.59%-
HSV(B)341.31º64.21%74.51%-
XYZ25.916.1215.38-
YUV108.81126.42185.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=52.20%
G=18.68%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906810600.640.440.25341.3148.4150.59
HexBE446A0402C191553033
Octal276104152010054315256063
Binary10111110100010011010100100000010110011001101010101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE446A; }

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

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

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

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

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

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

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

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