#BF496D

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

Shades of Royal Heath #BF496D

Tints of Royal Heath #BF496D

Color information

#BF496D (or 0xBF496D) is unknown color: approx Royal Heath. HEX triplet: BF, 49 and 6D. RGB value is (191,73,109). Sum of RGB (Red+Green+Blue) = 191+73+109=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF496D is #40B692. Grayscale: #707070. Windows color (decimal): -4241043 or 7162303. OLE color: 7162303.

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

Color convert

RGB19173109-
CMYK00.620.430.25
HSL341.69º47.97%51.76%-
HSV(B)341.69º61.78%74.9%-
XYZ26.6316.9516.34-
YUV112.39126.09184.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=51.21%
G=19.57%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917310900.620.430.25341.6947.9751.76
HexBF496D03E2B191563034
Octal27711115507653315266064
Binary1011111110010011101101011111010101111001101010110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF496D; }

 p { color: rgb(191,73,109); }

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

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

 a { background-color: rgb(191,73,109); }

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

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

 span { border-color: rgb(191,73,109); }

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