Html Css Color HEX #BF537C Royal Heath

📋 copy color: '#BF537C'

red 191 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #BF537C

Tints of Royal Heath #BF537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 47.99%
G = 20.85%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF537C (or 0xBF537C) is known color: Royal Heath. HEX triplet: BF, 53 and 7C. RGB value is (191,83,124). Sum of RGB (Red+Green+Blue) = 191+83+124=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF537C is #40AC83. Grayscale: #777777. Windows color (decimal): -4238468 or 8147903. OLE color: 8147903.

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

Color convert

RGB 191 83 124 -
CMYK 0 0.57 0.35 0.25
HSL 337.22º 0.46% 0.54% -
HSV(B) 337.22º 0.57% 0.75% -
XYZ 28.22 18.72 21.19 -
YUV 119.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 191 83 124 0 0.57 0.35 0.25 337.22 0.46 0.54
Hex BF 53 7C 0 39 23 19 151 2E 36
Octal 277 123 174 0 71 43 31 521 56 66
Binary 10111111 1010011 1111100 0 111001 100011 11001 101010001 101110 110110

Color Harmonies of #BF537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF537C

Black with #BF537C

Text Example


Text Example

White with #BF537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF537C; }

 p { color: rgb(191,83,124); }

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

background-color css

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

 a { background-color: rgb(191,83,124); }

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

border-color css

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

 span { border-color: rgb(191,83,124); }

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