Html Css Color HEX #BF4579 Royal Heath

📋 copy color: '#BF4579'

red 191 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #BF4579

Tints of Royal Heath #BF4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.11%

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

R = 50.13%
G = 18.11%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF4579 (or 0xBF4579) is known color: Royal Heath. HEX triplet: BF, 45 and 79. RGB value is (191,69,121). Sum of RGB (Red+Green+Blue) = 191+69+121=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4579 is #40BA86. Grayscale: #6F6F6F. Windows color (decimal): -4242055 or 7947711. OLE color: 7947711.

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

Color convert

RGB 191 69 121 -
CMYK 0 0.64 0.37 0.25
HSL 334.43º 0.49% 0.51% -
HSV(B) 334.43º 0.64% 0.75% -
XYZ 27.07 16.71 19.89 -
YUV 111.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 191 69 121 0 0.64 0.37 0.25 334.43 0.49 0.51
Hex BF 45 79 0 40 25 19 14E 31 33
Octal 277 105 171 0 100 45 31 516 61 63
Binary 10111111 1000101 1111001 0 1000000 100101 11001 101001110 110001 110011

Color Harmonies of #BF4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4579

Black with #BF4579

Text Example


Text Example

White with #BF4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4579; }

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

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

background-color css

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

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

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

border-color css

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

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

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