Html Css Color HEX #BF4177 Royal Heath

📋 copy color: '#BF4177'

red 191 ◦ green 65 ◦ blue 119

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

Shades of Royal Heath #BF4177

Tints of Royal Heath #BF4177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 50.93%
G = 17.33%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF4177 (or 0xBF4177) is known color: Royal Heath. HEX triplet: BF, 41 and 77. RGB value is (191,65,119). Sum of RGB (Red+Green+Blue) = 191+65+119=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4177 is #40BE88. Grayscale: #6C6C6C. Windows color (decimal): -4243081 or 7815615. OLE color: 7815615.

HSL color Cylindrical-coordinate representation of color #BF4177: hue angle of 334.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4177 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 119 -
CMYK 0 0.66 0.38 0.25
HSL 334.29º 0.5% 0.5% -
HSV(B) 334.29º 0.66% 0.75% -
XYZ 26.71 16.19 19.17 -
YUV 108.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 191 65 119 0 0.66 0.38 0.25 334.29 0.5 0.5
Hex BF 41 77 0 42 26 19 14E 32 32
Octal 277 101 167 0 102 46 31 516 62 62
Binary 10111111 1000001 1110111 0 1000010 100110 11001 101001110 110010 110010

Color Harmonies of #BF4177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4177

Black with #BF4177

Text Example


Text Example

White with #BF4177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4177; }

 p { color: rgb(191,65,119); }

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

background-color css

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

 a { background-color: rgb(191,65,119); }

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

border-color css

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

 span { border-color: rgb(191,65,119); }

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