Html Css Color HEX #BF5A80 Royal Heath

📋 copy color: '#BF5A80'

red 191 ◦ green 90 ◦ blue 128

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

Shades of Royal Heath #BF5A80

Tints of Royal Heath #BF5A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 46.7%
G = 22%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF5A80 (or 0xBF5A80) is known color: Royal Heath. HEX triplet: BF, 5A and 80. RGB value is (191,90,128). Sum of RGB (Red+Green+Blue) = 191+90+128=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A80 is #40A57F. Grayscale: #7C7C7C. Windows color (decimal): -4236672 or 8411839. OLE color: 8411839.

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

Color convert

RGB 191 90 128 -
CMYK 0 0.53 0.33 0.25
HSL 337.43º 0.44% 0.55% -
HSV(B) 337.43º 0.53% 0.75% -
XYZ 29.04 19.95 22.74 -
YUV 124.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 191 90 128 0 0.53 0.33 0.25 337.43 0.44 0.55
Hex BF 5A 80 0 35 21 19 151 2C 37
Octal 277 132 200 0 65 41 31 521 54 67
Binary 10111111 1011010 10000000 0 110101 100001 11001 101010001 101100 110111

Color Harmonies of #BF5A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A80

Black with #BF5A80

Text Example


Text Example

White with #BF5A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A80; }

 p { color: rgb(191,90,128); }

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

background-color css

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

 a { background-color: rgb(191,90,128); }

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

border-color css

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

 span { border-color: rgb(191,90,128); }

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