Html Css Color HEX #BF5679 Royal Heath

📋 copy color: '#BF5679'

red 191 ◦ green 86 ◦ blue 121

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

Shades of Royal Heath #BF5679

Tints of Royal Heath #BF5679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 47.99%
G = 21.61%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF5679 (or 0xBF5679) is known color: Royal Heath. HEX triplet: BF, 56 and 79. RGB value is (191,86,121). Sum of RGB (Red+Green+Blue) = 191+86+121=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5679 is #40A986. Grayscale: #797979. Windows color (decimal): -4237703 or 7952063. OLE color: 7952063.

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

Color convert

RGB 191 86 121 -
CMYK 0 0.55 0.37 0.25
HSL 340º 0.45% 0.54% -
HSV(B) 340º 0.55% 0.75% -
XYZ 28.26 19.11 20.29 -
YUV 121.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 191 86 121 0 0.55 0.37 0.25 340 0.45 0.54
Hex BF 56 79 0 37 25 19 154 2D 36
Octal 277 126 171 0 67 45 31 524 55 66
Binary 10111111 1010110 1111001 0 110111 100101 11001 101010100 101101 110110

Color Harmonies of #BF5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5679

Black with #BF5679

Text Example


Text Example

White with #BF5679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5679; }

 p { color: rgb(191,86,121); }

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

background-color css

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

 a { background-color: rgb(191,86,121); }

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

border-color css

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

 span { border-color: rgb(191,86,121); }

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