Html Css Color HEX #BF537D Royal Heath

📋 copy color: '#BF537D'

red 191 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #BF537D

Tints of Royal Heath #BF537D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 47.87%
G = 20.8%
B = 31.33%

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

#BF537D (or 0xBF537D) is known color: Royal Heath. HEX triplet: BF, 53 and 7D. RGB value is (191,83,125). Sum of RGB (Red+Green+Blue) = 191+83+125=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF537D is #40AC82. Grayscale: #787878. Windows color (decimal): -4238467 or 8213439. OLE color: 8213439.

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

Color convert

RGB 191 83 125 -
CMYK 0 0.57 0.35 0.25
HSL 336.67º 0.46% 0.54% -
HSV(B) 336.67º 0.57% 0.75% -
XYZ 28.28 18.74 21.53 -
YUV 120.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 191 83 125 0 0.57 0.35 0.25 336.67 0.46 0.54
Hex BF 53 7D 0 39 23 19 151 2E 36
Octal 277 123 175 0 71 43 31 521 56 66
Binary 10111111 1010011 1111101 0 111001 100011 11001 101010001 101110 110110

Color Harmonies of #BF537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF537D

Black with #BF537D

Text Example


Text Example

White with #BF537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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