Html Css Color HEX #BF4776 Royal Heath

📋 copy color: '#BF4776'

red 191 ◦ green 71 ◦ blue 118

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

Shades of Royal Heath #BF4776

Tints of Royal Heath #BF4776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 50.26%
G = 18.68%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF4776 (or 0xBF4776) is known color: Royal Heath. HEX triplet: BF, 47 and 76. RGB value is (191,71,118). Sum of RGB (Red+Green+Blue) = 191+71+118=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4776 is #40B889. Grayscale: #707070. Windows color (decimal): -4241546 or 7751615. OLE color: 7751615.

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

Color convert

RGB 191 71 118 -
CMYK 0 0.63 0.38 0.25
HSL 336.5º 0.48% 0.51% -
HSV(B) 336.5º 0.63% 0.75% -
XYZ 27.01 16.89 18.98 -
YUV 112.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 191 71 118 0 0.63 0.38 0.25 336.5 0.48 0.51
Hex BF 47 76 0 3F 26 19 150 30 33
Octal 277 107 166 0 77 46 31 520 60 63
Binary 10111111 1000111 1110110 0 111111 100110 11001 101010000 110000 110011

Color Harmonies of #BF4776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4776

Black with #BF4776

Text Example


Text Example

White with #BF4776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4776; }

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

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

background-color css

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

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

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

border-color css

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

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

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