Html Css Color HEX #BF5071 Royal Heath

📋 copy color: '#BF5071'

red 191 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #BF5071

Tints of Royal Heath #BF5071

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 value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF5071 (or 0xBF5071) is known color: 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

RGB 191 80 113 -
CMYK 0 0.58 0.41 0.25
HSL 342.16º 0.46% 0.53% -
HSV(B) 342.16º 0.58% 0.75% -
XYZ 27.34 18.01 17.66 -
YUV 116.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 191 80 113 0 0.58 0.41 0.25 342.16 0.46 0.53
Hex BF 50 71 0 3A 29 19 156 2E 35
Octal 277 120 161 0 72 51 31 526 56 65
Binary 10111111 1010000 1110001 0 111010 101001 11001 101010110 101110 110101

Color Harmonies of #BF5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5071

Black with #BF5071

Text Example


Text Example

White with #BF5071

Text Example


Text Example

HTML Codes & Css Web 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>