Html Css Color HEX #BA4B7F Royal Heath

📋 copy color: '#BA4B7F'

red 186 ◦ green 75 ◦ blue 127

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

Shades of Royal Heath #BA4B7F

Tints of Royal Heath #BA4B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.33%

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

R = 47.94%
G = 19.33%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA4B7F (or 0xBA4B7F) is known color: Royal Heath. HEX triplet: BA, 4B and 7F. RGB value is (186,75,127). Sum of RGB (Red+Green+Blue) = 186+75+127=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B7F is #45B480. Grayscale: #727272. Windows color (decimal): -4568193 or 8342458. OLE color: 8342458.

HSL color Cylindrical-coordinate representation of color #BA4B7F: hue angle of 331.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B7F is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 127 -
CMYK 0 0.60 0.32 0.27
HSL 331.89º 0.45% 0.51% -
HSV(B) 331.89º 0.6% 0.73% -
XYZ 26.6 17 21.96 -
YUV 114.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 186 75 127 0 0.60 0.32 0.27 331.89 0.45 0.51
Hex BA 4B 7F 0 3C 20 1B 14C 2D 33
Octal 272 113 177 0 74 40 33 514 55 63
Binary 10111010 1001011 1111111 0 111100 100000 11011 101001100 101101 110011

Color Harmonies of #BA4B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B7F

Black with #BA4B7F

Text Example


Text Example

White with #BA4B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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