#BF4873

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

Shades of Royal Heath #BF4873

Tints of Royal Heath #BF4873

Color information

#BF4873 (or 0xBF4873) is unknown color: approx Royal Heath. HEX triplet: BF, 48 and 73. RGB value is (191,72,115). Sum of RGB (Red+Green+Blue) = 191+72+115=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4873 is #40B78C. Grayscale: #707070. Windows color (decimal): -4241293 or 7555263. OLE color: 7555263.

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

Color convert

RGB19172115-
CMYK00.620.400.25
HSL338.32º48.18%51.57%-
HSV(B)338.32º62.3%74.9%-
XYZ26.916.9518.07-
YUV112.48129.42184-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=50.53%
G=19.05%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917211500.620.400.25338.3248.1851.57
HexBF487303E28191523034
Octal27711016307650315226064
Binary1011111110010001110011011111010100011001101010010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4873; }

 p { color: rgb(191,72,115); }

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

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

 a { background-color: rgb(191,72,115); }

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

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

 span { border-color: rgb(191,72,115); }

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