Html Css Color HEX #BF597E Royal Heath

📋 copy color: '#BF597E'

red 191 ◦ green 89 ◦ blue 126

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

Shades of Royal Heath #BF597E

Tints of Royal Heath #BF597E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

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

R = 47.04%
G = 21.92%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF597E (or 0xBF597E) is known color: Royal Heath. HEX triplet: BF, 59 and 7E. RGB value is (191,89,126). Sum of RGB (Red+Green+Blue) = 191+89+126=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF597E is #40A681. Grayscale: #7B7B7B. Windows color (decimal): -4236930 or 8280511. OLE color: 8280511.

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

Color convert

RGB 191 89 126 -
CMYK 0 0.53 0.34 0.25
HSL 338.24º 0.44% 0.55% -
HSV(B) 338.24º 0.53% 0.75% -
XYZ 28.82 19.73 22.03 -
YUV 123.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 191 89 126 0 0.53 0.34 0.25 338.24 0.44 0.55
Hex BF 59 7E 0 35 22 19 152 2C 37
Octal 277 131 176 0 65 42 31 522 54 67
Binary 10111111 1011001 1111110 0 110101 100010 11001 101010010 101100 110111

Color Harmonies of #BF597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF597E

Black with #BF597E

Text Example


Text Example

White with #BF597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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