Html Css Color HEX #BA4D7F Royal Heath

📋 copy color: '#BA4D7F'

red 186 ◦ green 77 ◦ blue 127

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

Shades of Royal Heath #BA4D7F

Tints of Royal Heath #BA4D7F

RGB

 RED value IS 186 (73.05% from 255) = 47.69%

 GREEN value IS 77 (30.47% from 255) = 19.74%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 47.69%
G = 19.74%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA4D7F (or 0xBA4D7F) is known color: Royal Heath. HEX triplet: BA, 4D and 7F. RGB value is (186,77,127). Sum of RGB (Red+Green+Blue) = 186+77+127=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D7F is #45B280. Grayscale: #737373. Windows color (decimal): -4567681 or 8342970. OLE color: 8342970.

HSL color Cylindrical-coordinate representation of color #BA4D7F: hue angle of 332.48º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D7F is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 77 127 -
CMYK 0 0.59 0.32 0.27
HSL 332.48º 0.44% 0.52% -
HSV(B) 332.48º 0.59% 0.73% -
XYZ 26.73 17.28 22 -
YUV 115.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 186 77 127 0 0.59 0.32 0.27 332.48 0.44 0.52
Hex BA 4D 7F 0 3B 20 1B 14C 2C 34
Octal 272 115 177 0 73 40 33 514 54 64
Binary 10111010 1001101 1111111 0 111011 100000 11011 101001100 101100 110100

Color Harmonies of #BA4D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D7F

Black with #BA4D7F

Text Example


Text Example

White with #BA4D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D7F; }

 p { color: rgb(186,77,127); }

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

background-color css

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

 a { background-color: rgb(186,77,127); }

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

border-color css

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

 span { border-color: rgb(186,77,127); }

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