Html Css Color HEX #BF5A7E Royal Heath

📋 copy color: '#BF5A7E'

red 191 ◦ green 90 ◦ blue 126

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

Shades of Royal Heath #BF5A7E

Tints of Royal Heath #BF5A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

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

R = 46.93%
G = 22.11%
B = 30.96%

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

#BF5A7E (or 0xBF5A7E) is known color: Royal Heath. HEX triplet: BF, 5A and 7E. RGB value is (191,90,126). Sum of RGB (Red+Green+Blue) = 191+90+126=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A7E is #40A581. Grayscale: #7C7C7C. Windows color (decimal): -4236674 or 8280767. OLE color: 8280767.

HSL color Cylindrical-coordinate representation of color #BF5A7E: hue angle of 338.61º 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 #BF5A7E is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 90 126 -
CMYK 0 0.53 0.34 0.25
HSL 338.61º 0.44% 0.55% -
HSV(B) 338.61º 0.53% 0.75% -
XYZ 28.91 19.9 22.06 -
YUV 124.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 191 90 126 0 0.53 0.34 0.25 338.61 0.44 0.55
Hex BF 5A 7E 0 35 22 19 153 2C 37
Octal 277 132 176 0 65 42 31 523 54 67
Binary 10111111 1011010 1111110 0 110101 100010 11001 101010011 101100 110111

Color Harmonies of #BF5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A7E

Black with #BF5A7E

Text Example


Text Example

White with #BF5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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