Html Css Color HEX #BF4879 Royal Heath

📋 copy color: '#BF4879'

red 191 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #BF4879

Tints of Royal Heath #BF4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

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

R = 49.74%
G = 18.75%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF4879 (or 0xBF4879) is known color: Royal Heath. HEX triplet: BF, 48 and 79. RGB value is (191,72,121). Sum of RGB (Red+Green+Blue) = 191+72+121=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4879 is #40B786. Grayscale: #717171. Windows color (decimal): -4241287 or 7948479. OLE color: 7948479.

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

Color convert

RGB 191 72 121 -
CMYK 0 0.62 0.37 0.25
HSL 335.29º 0.48% 0.52% -
HSV(B) 335.29º 0.62% 0.75% -
XYZ 27.25 17.09 19.95 -
YUV 113.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 191 72 121 0 0.62 0.37 0.25 335.29 0.48 0.52
Hex BF 48 79 0 3E 25 19 14F 30 34
Octal 277 110 171 0 76 45 31 517 60 64
Binary 10111111 1001000 1111001 0 111110 100101 11001 101001111 110000 110100

Color Harmonies of #BF4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4879

Black with #BF4879

Text Example


Text Example

White with #BF4879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4879; }

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

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

background-color css

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

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

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

border-color css

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

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

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