#BE3F6C

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

Shades of Royal Heath #BE3F6C

Tints of Royal Heath #BE3F6C

Color information

#BE3F6C (or 0xBE3F6C) is unknown color: approx Royal Heath. HEX triplet: BE, 3F and 6C. RGB value is (190,63,108). Sum of RGB (Red+Green+Blue) = 190+63+108=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F6C is #41C093. Grayscale: #6A6A6A. Windows color (decimal): -4309140 or 7094206. OLE color: 7094206.

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

Color convert

RGB19063108-
CMYK00.670.430.25
HSL338.74º50.2%49.61%-
HSV(B)338.74º66.84%74.51%-
XYZ25.7215.5815.84-
YUV106.1129.08187.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=52.63%
G=17.45%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906310800.670.430.25338.7450.249.61
HexBE3F6C0432B191533232
Octal27677154010353315236262
Binary1011111011111111011000100001110101111001101010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F6C; }

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

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

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

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

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

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

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

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