Html Css Color HEX #BF4679 Royal Heath

📋 copy color: '#BF4679'

red 191 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #BF4679

Tints of Royal Heath #BF4679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 50%
G = 18.32%
B = 31.68%

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

#BF4679 (or 0xBF4679) is known color: Royal Heath. HEX triplet: BF, 46 and 79. RGB value is (191,70,121). Sum of RGB (Red+Green+Blue) = 191+70+121=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4679 is #40B986. Grayscale: #6F6F6F. Windows color (decimal): -4241799 or 7947967. OLE color: 7947967.

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

Color convert

RGB 191 70 121 -
CMYK 0 0.63 0.37 0.25
HSL 334.71º 0.49% 0.51% -
HSV(B) 334.71º 0.63% 0.75% -
XYZ 27.13 16.84 19.91 -
YUV 111.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 191 70 121 0 0.63 0.37 0.25 334.71 0.49 0.51
Hex BF 46 79 0 3F 25 19 14F 31 33
Octal 277 106 171 0 77 45 31 517 61 63
Binary 10111111 1000110 1111001 0 111111 100101 11001 101001111 110001 110011

Color Harmonies of #BF4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4679

Black with #BF4679

Text Example


Text Example

White with #BF4679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4679; }

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

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

background-color css

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

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

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

border-color css

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

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

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