Html Css Color HEX #BF4779 Royal Heath

📋 copy color: '#BF4779'

red 191 ◦ green 71 ◦ blue 121

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

Shades of Royal Heath #BF4779

Tints of Royal Heath #BF4779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 49.87%
G = 18.54%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF4779 (or 0xBF4779) is known color: Royal Heath. HEX triplet: BF, 47 and 79. RGB value is (191,71,121). Sum of RGB (Red+Green+Blue) = 191+71+121=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4779 is #40B886. Grayscale: #707070. Windows color (decimal): -4241543 or 7948223. OLE color: 7948223.

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

Color convert

RGB 191 71 121 -
CMYK 0 0.63 0.37 0.25
HSL 335º 0.48% 0.51% -
HSV(B) 335º 0.63% 0.75% -
XYZ 27.19 16.96 19.93 -
YUV 112.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 191 71 121 0 0.63 0.37 0.25 335 0.48 0.51
Hex BF 47 79 0 3F 25 19 14F 30 33
Octal 277 107 171 0 77 45 31 517 60 63
Binary 10111111 1000111 1111001 0 111111 100101 11001 101001111 110000 110011

Color Harmonies of #BF4779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4779

Black with #BF4779

Text Example


Text Example

White with #BF4779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4779; }

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

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

background-color css

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

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

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

border-color css

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

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

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