Html Css Color HEX #BF4277 Royal Heath

📋 copy color: '#BF4277'

red 191 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #BF4277

Tints of Royal Heath #BF4277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

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

R = 50.8%
G = 17.55%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF4277 (or 0xBF4277) is known color: Royal Heath. HEX triplet: BF, 42 and 77. RGB value is (191,66,119). Sum of RGB (Red+Green+Blue) = 191+66+119=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4277 is #40BD88. Grayscale: #6D6D6D. Windows color (decimal): -4242825 or 7815871. OLE color: 7815871.

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

Color convert

RGB 191 66 119 -
CMYK 0 0.65 0.38 0.25
HSL 334.56º 0.49% 0.5% -
HSV(B) 334.56º 0.65% 0.75% -
XYZ 26.76 16.3 19.19 -
YUV 109.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 191 66 119 0 0.65 0.38 0.25 334.56 0.49 0.5
Hex BF 42 77 0 41 26 19 14F 31 32
Octal 277 102 167 0 101 46 31 517 61 62
Binary 10111111 1000010 1110111 0 1000001 100110 11001 101001111 110001 110010

Color Harmonies of #BF4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4277

Black with #BF4277

Text Example


Text Example

White with #BF4277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4277; }

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

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

background-color css

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

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

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

border-color css

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

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

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