Html Css Color HEX #BF577F Royal Heath

📋 copy color: '#BF577F'

red 191 ◦ green 87 ◦ blue 127

#BF577F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BF577F

Tints of Royal Heath #BF577F

RGB

 RED value IS 191 (75% from 255) = 47.16%

 GREEN value IS 87 (34.38% from 255) = 21.48%

 BLUE value IS 127 (50% from 255) = 31.36%

R = 47.16%
G = 21.48%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF577F (or 0xBF577F) is known color: Royal Heath. HEX triplet: BF, 57 and 7F. RGB value is (191,87,127). Sum of RGB (Red+Green+Blue) = 191+87+127=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF577F is #40A880. Grayscale: #7A7A7A. Windows color (decimal): -4237441 or 8345535. OLE color: 8345535.

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

Color convert

RGB 191 87 127 -
CMYK 0 0.54 0.34 0.25
HSL 336.92º 0.45% 0.55% -
HSV(B) 336.92º 0.54% 0.75% -
XYZ 28.72 19.43 22.31 -
YUV 122.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 191 87 127 0 0.54 0.34 0.25 336.92 0.45 0.55
Hex BF 57 7F 0 36 22 19 151 2D 37
Octal 277 127 177 0 66 42 31 521 55 67
Binary 10111111 1010111 1111111 0 110110 100010 11001 101010001 101101 110111

Color Harmonies of #BF577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF577F

Black with #BF577F

Text Example


Text Example

White with #BF577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF577F; }

 p { color: rgb(191,87,127); }

 H1.HeaderClassName
 {
   color: #BF577F;
 }
 .AnyTagClassName
 {
   color: #BF577F;
 }
</style>

background-color css

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

 a { background-color: rgb(191,87,127); }

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

border-color css

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

 span { border-color: rgb(191,87,127); }

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