Html Css Color HEX #BF4E73 Royal Heath

📋 copy color: '#BF4E73'

red 191 ◦ green 78 ◦ blue 115

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

Shades of Royal Heath #BF4E73

Tints of Royal Heath #BF4E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.31%

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

R = 49.74%
G = 20.31%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF4E73 (or 0xBF4E73) is known color: Royal Heath. HEX triplet: BF, 4E and 73. RGB value is (191,78,115). Sum of RGB (Red+Green+Blue) = 191+78+115=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E73 is #40B18C. Grayscale: #737373. Windows color (decimal): -4239757 or 7556799. OLE color: 7556799.

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

Color convert

RGB 191 78 115 -
CMYK 0 0.59 0.40 0.25
HSL 340.35º 0.47% 0.53% -
HSV(B) 340.35º 0.59% 0.75% -
XYZ 27.3 17.76 18.21 -
YUV 116.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 191 78 115 0 0.59 0.40 0.25 340.35 0.47 0.53
Hex BF 4E 73 0 3B 28 19 154 2F 35
Octal 277 116 163 0 73 50 31 524 57 65
Binary 10111111 1001110 1110011 0 111011 101000 11001 101010100 101111 110101

Color Harmonies of #BF4E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E73

Black with #BF4E73

Text Example


Text Example

White with #BF4E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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