#BE4269

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

Shades of Royal Heath #BE4269

Tints of Royal Heath #BE4269

Color information

#BE4269 (or 0xBE4269) is unknown color: approx Royal Heath. HEX triplet: BE, 42 and 69. RGB value is (190,66,105). Sum of RGB (Red+Green+Blue) = 190+66+105=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4269 is #41BD96. Grayscale: #6B6B6B. Windows color (decimal): -4308375 or 6898366. OLE color: 6898366.

HSL color Cylindrical-coordinate representation of color #BE4269: hue angle of 341.13º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4269 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19066105-
CMYK00.650.450.25
HSL341.13º48.82%50.2%-
HSV(B)341.13º65.26%74.51%-
XYZ25.7315.8615.07-
YUV107.52126.58186.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=52.63%
G=18.28%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906610500.650.450.25341.1348.8250.2
HexBE42690412D191553132
Octal276102151010155315256162
Binary10111110100001011010010100000110110111001101010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4269; }

 p { color: rgb(190,66,105); }

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

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

 a { background-color: rgb(190,66,105); }

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

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

 span { border-color: rgb(190,66,105); }

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