#BF5071

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

Shades of Royal Heath #BF5071

Tints of Royal Heath #BF5071

Color information

#BF5071 (or 0xBF5071) is unknown color: approx Royal Heath. HEX triplet: BF, 50 and 71. RGB value is (191,80,113). Sum of RGB (Red+Green+Blue) = 191+80+113=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5071 is #40AF8E. Grayscale: #747474. Windows color (decimal): -4239247 or 7426239. OLE color: 7426239.

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

Color convert

RGB19180113-
CMYK00.580.410.25
HSL342.16º46.44%53.14%-
HSV(B)342.16º58.12%74.9%-
XYZ27.3418.0117.66-
YUV116.95125.77180.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=49.74%
G=20.83%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918011300.580.410.25342.1646.4453.14
HexBF507103A29191562e35
Octal27712016107251315265665
Binary1011111110100001110001011101010100111001101010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5071; }

 p { color: rgb(191,80,113); }

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

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

 a { background-color: rgb(191,80,113); }

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

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

 span { border-color: rgb(191,80,113); }

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