Html Css Color HEX #BF4773 Royal Heath

📋 copy color: '#BF4773'

red 191 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #BF4773

Tints of Royal Heath #BF4773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 50.66%
G = 18.83%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF4773 (or 0xBF4773) is known color: Royal Heath. HEX triplet: BF, 47 and 73. RGB value is (191,71,115). Sum of RGB (Red+Green+Blue) = 191+71+115=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4773 is #40B88C. Grayscale: #6F6F6F. Windows color (decimal): -4241549 or 7555007. OLE color: 7555007.

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

Color convert

RGB 191 71 115 -
CMYK 0 0.63 0.40 0.25
HSL 338º 0.48% 0.51% -
HSV(B) 338º 0.63% 0.75% -
XYZ 26.83 16.82 18.05 -
YUV 111.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 191 71 115 0 0.63 0.40 0.25 338 0.48 0.51
Hex BF 47 73 0 3F 28 19 152 30 33
Octal 277 107 163 0 77 50 31 522 60 63
Binary 10111111 1000111 1110011 0 111111 101000 11001 101010010 110000 110011

Color Harmonies of #BF4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4773

Black with #BF4773

Text Example


Text Example

White with #BF4773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4773; }

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

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

background-color css

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

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

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

border-color css

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

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

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