Html Css Color HEX #BF537E Royal Heath

📋 copy color: '#BF537E'

red 191 ◦ green 83 ◦ blue 126

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

Shades of Royal Heath #BF537E

Tints of Royal Heath #BF537E

RGB

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

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

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

R = 47.75%
G = 20.75%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF537E (or 0xBF537E) is known color: Royal Heath. HEX triplet: BF, 53 and 7E. RGB value is (191,83,126). Sum of RGB (Red+Green+Blue) = 191+83+126=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF537E is #40AC81. Grayscale: #787878. Windows color (decimal): -4238466 or 8278975. OLE color: 8278975.

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

Color convert

RGB 191 83 126 -
CMYK 0 0.57 0.34 0.25
HSL 336.11º 0.46% 0.54% -
HSV(B) 336.11º 0.57% 0.75% -
XYZ 28.35 18.77 21.87 -
YUV 120.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 191 83 126 0 0.57 0.34 0.25 336.11 0.46 0.54
Hex BF 53 7E 0 39 22 19 150 2E 36
Octal 277 123 176 0 71 42 31 520 56 66
Binary 10111111 1010011 1111110 0 111001 100010 11001 101010000 101110 110110

Color Harmonies of #BF537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF537E

Black with #BF537E

Text Example


Text Example

White with #BF537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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