Html Css Color HEX #BF4479 Royal Heath

📋 copy color: '#BF4479'

red 191 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #BF4479

Tints of Royal Heath #BF4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

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

R = 50.26%
G = 17.89%
B = 31.84%

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

#BF4479 (or 0xBF4479) is known color: Royal Heath. HEX triplet: BF, 44 and 79. RGB value is (191,68,121). Sum of RGB (Red+Green+Blue) = 191+68+121=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4479 is #40BB86. Grayscale: #6E6E6E. Windows color (decimal): -4242311 or 7947455. OLE color: 7947455.

HSL color Cylindrical-coordinate representation of color #BF4479: hue angle of 334.15º 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 #BF4479 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 68 121 -
CMYK 0 0.64 0.37 0.25
HSL 334.15º 0.49% 0.51% -
HSV(B) 334.15º 0.64% 0.75% -
XYZ 27 16.59 19.87 -
YUV 110.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 191 68 121 0 0.64 0.37 0.25 334.15 0.49 0.51
Hex BF 44 79 0 40 25 19 14E 31 33
Octal 277 104 171 0 100 45 31 516 61 63
Binary 10111111 1000100 1111001 0 1000000 100101 11001 101001110 110001 110011

Color Harmonies of #BF4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4479

Black with #BF4479

Text Example


Text Example

White with #BF4479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4479; }

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

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

background-color css

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

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

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

border-color css

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

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

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