#BF446C

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

Shades of Royal Heath #BF446C

Tints of Royal Heath #BF446C

Color information

#BF446C (or 0xBF446C) is unknown color: approx Royal Heath. HEX triplet: BF, 44 and 6C. RGB value is (191,68,108). Sum of RGB (Red+Green+Blue) = 191+68+108=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF446C is #40BB93. Grayscale: #6D6D6D. Windows color (decimal): -4242324 or 7095487. OLE color: 7095487.

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

Color convert

RGB19168108-
CMYK00.640.430.25
HSL340.49º49%50.78%-
HSV(B)340.49º64.4%74.9%-
XYZ26.2616.2915.95-
YUV109.34127.25186.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=52.04%
G=18.53%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916810800.640.430.25340.494950.78
HexBF446C0402B191543133
Octal277104154010053315246163
Binary10111111100010011011000100000010101111001101010100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF446C; }

 p { color: rgb(191,68,108); }

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

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

 a { background-color: rgb(191,68,108); }

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

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

 span { border-color: rgb(191,68,108); }

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