Html Css Color HEX #BF587E Royal Heath

📋 copy color: '#BF587E'

red 191 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #BF587E

Tints of Royal Heath #BF587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 47.16%
G = 21.73%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF587E (or 0xBF587E) is known color: Royal Heath. HEX triplet: BF, 58 and 7E. RGB value is (191,88,126). Sum of RGB (Red+Green+Blue) = 191+88+126=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF587E is #40A781. Grayscale: #7B7B7B. Windows color (decimal): -4237186 or 8280255. OLE color: 8280255.

HSL color Cylindrical-coordinate representation of color #BF587E: hue angle of 337.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF587E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 88 126 -
CMYK 0 0.54 0.34 0.25
HSL 337.86º 0.45% 0.55% -
HSV(B) 337.86º 0.54% 0.75% -
XYZ 28.74 19.56 22 -
YUV 123.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 191 88 126 0 0.54 0.34 0.25 337.86 0.45 0.55
Hex BF 58 7E 0 36 22 19 152 2D 37
Octal 277 130 176 0 66 42 31 522 55 67
Binary 10111111 1011000 1111110 0 110110 100010 11001 101010010 101101 110111

Color Harmonies of #BF587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF587E

Black with #BF587E

Text Example


Text Example

White with #BF587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF587E; }

 p { color: rgb(191,88,126); }

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

background-color css

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

 a { background-color: rgb(191,88,126); }

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

border-color css

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

 span { border-color: rgb(191,88,126); }

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