Html Css Color HEX #BF5173 Royal Heath

📋 copy color: '#BF5173'

red 191 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #BF5173

Tints of Royal Heath #BF5173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

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

R = 49.35%
G = 20.93%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF5173 (or 0xBF5173) is known color: Royal Heath. HEX triplet: BF, 51 and 73. RGB value is (191,81,115). Sum of RGB (Red+Green+Blue) = 191+81+115=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5173 is #40AE8C. Grayscale: #757575. Windows color (decimal): -4238989 or 7557567. OLE color: 7557567.

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

Color convert

RGB 191 81 115 -
CMYK 0 0.58 0.40 0.25
HSL 341.45º 0.46% 0.53% -
HSV(B) 341.45º 0.58% 0.75% -
XYZ 27.52 18.2 18.28 -
YUV 117.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 191 81 115 0 0.58 0.40 0.25 341.45 0.46 0.53
Hex BF 51 73 0 3A 28 19 155 2E 35
Octal 277 121 163 0 72 50 31 525 56 65
Binary 10111111 1010001 1110011 0 111010 101000 11001 101010101 101110 110101

Color Harmonies of #BF5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5173

Black with #BF5173

Text Example


Text Example

White with #BF5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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