#BF527E

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

Shades of Royal Heath #BF527E

Tints of Royal Heath #BF527E

Color information

#BF527E (or 0xBF527E) is unknown color: approx Royal Heath. HEX triplet: BF, 52 and 7E. RGB value is (191,82,126). Sum of RGB (Red+Green+Blue) = 191+82+126=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF527E is #40AD81. Grayscale: #777777. Windows color (decimal): -4238722 or 8278719. OLE color: 8278719.

HSL color Cylindrical-coordinate representation of color #BF527E: hue angle of 335.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF527E is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19182126-
CMYK00.570.340.25
HSL335.78º45.99%53.53%-
HSV(B)335.78º57.07%74.9%-
XYZ28.2718.6221.84-
YUV119.61131.61178.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=47.87%
G=20.55%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918212600.570.340.25335.7845.9953.53
HexBF527E03922191502e36
Octal27712217607142315205666
Binary1011111110100101111110011100110001011001101010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF527E; }

 p { color: rgb(191,82,126); }

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

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

 a { background-color: rgb(191,82,126); }

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

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

 span { border-color: rgb(191,82,126); }

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