Html Css Color HEX #BF4D72 Royal Heath

📋 copy color: '#BF4D72'

red 191 ◦ green 77 ◦ blue 114

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

Shades of Royal Heath #BF4D72

Tints of Royal Heath #BF4D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 50%
G = 20.16%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF4D72 (or 0xBF4D72) is known color: Royal Heath. HEX triplet: BF, 4D and 72. RGB value is (191,77,114). Sum of RGB (Red+Green+Blue) = 191+77+114=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D72 is #40B28D. Grayscale: #737373. Windows color (decimal): -4240014 or 7491007. OLE color: 7491007.

HSL color Cylindrical-coordinate representation of color #BF4D72: hue angle of 340.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D72 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 77 114 -
CMYK 0 0.60 0.40 0.25
HSL 340.53º 0.47% 0.53% -
HSV(B) 340.53º 0.6% 0.75% -
XYZ 27.18 17.6 17.88 -
YUV 115.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 191 77 114 0 0.60 0.40 0.25 340.53 0.47 0.53
Hex BF 4D 72 0 3C 28 19 155 2F 35
Octal 277 115 162 0 74 50 31 525 57 65
Binary 10111111 1001101 1110010 0 111100 101000 11001 101010101 101111 110101

Color Harmonies of #BF4D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D72

Black with #BF4D72

Text Example


Text Example

White with #BF4D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D72; }

 p { color: rgb(191,77,114); }

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

background-color css

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

 a { background-color: rgb(191,77,114); }

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

border-color css

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

 span { border-color: rgb(191,77,114); }

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