Html Css Color HEX #BF4A71 Royal Heath

📋 copy color: '#BF4A71'

red 191 ◦ green 74 ◦ blue 113

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

Shades of Royal Heath #BF4A71

Tints of Royal Heath #BF4A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 50.53%
G = 19.58%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF4A71 (or 0xBF4A71) is known color: Royal Heath. HEX triplet: BF, 4A and 71. RGB value is (191,74,113). Sum of RGB (Red+Green+Blue) = 191+74+113=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A71 is #40B58E. Grayscale: #717171. Windows color (decimal): -4240783 or 7424703. OLE color: 7424703.

HSL color Cylindrical-coordinate representation of color #BF4A71: hue angle of 340º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A71 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 113 -
CMYK 0 0.61 0.41 0.25
HSL 340º 0.48% 0.52% -
HSV(B) 340º 0.61% 0.75% -
XYZ 26.92 17.17 17.52 -
YUV 113.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 191 74 113 0 0.61 0.41 0.25 340 0.48 0.52
Hex BF 4A 71 0 3D 29 19 154 30 34
Octal 277 112 161 0 75 51 31 524 60 64
Binary 10111111 1001010 1110001 0 111101 101001 11001 101010100 110000 110100

Color Harmonies of #BF4A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A71

Black with #BF4A71

Text Example


Text Example

White with #BF4A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A71; }

 p { color: rgb(191,74,113); }

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

background-color css

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

 a { background-color: rgb(191,74,113); }

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

border-color css

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

 span { border-color: rgb(191,74,113); }

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