#BF5072

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

Shades of Royal Heath #BF5072

Tints of Royal Heath #BF5072

Color information

#BF5072 (or 0xBF5072) is unknown color: approx Royal Heath. HEX triplet: BF, 50 and 72. RGB value is (191,80,114). Sum of RGB (Red+Green+Blue) = 191+80+114=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5072 is #40AF8D. Grayscale: #757575. Windows color (decimal): -4239246 or 7491775. OLE color: 7491775.

HSL color Cylindrical-coordinate representation of color #BF5072: hue angle of 341.62º 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 #BF5072 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19180114-
CMYK00.580.400.25
HSL341.62º46.44%53.14%-
HSV(B)341.62º58.12%74.9%-
XYZ27.3918.0317.96-
YUV117.06126.27180.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=49.61%
G=20.78%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918011400.580.400.25341.6246.4453.14
HexBF507203A28191562e35
Octal27712016207250315265665
Binary1011111110100001110010011101010100011001101010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5072; }

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

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

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

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

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

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

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

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