Html Css Color HEX #BA467F Royal Heath

📋 copy color: '#BA467F'

red 186 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #BA467F

Tints of Royal Heath #BA467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.28%

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

R = 48.56%
G = 18.28%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA467F (or 0xBA467F) is known color: Royal Heath. HEX triplet: BA, 46 and 7F. RGB value is (186,70,127). Sum of RGB (Red+Green+Blue) = 186+70+127=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA467F is #45B980. Grayscale: #6F6F6F. Windows color (decimal): -4569473 or 8341178. OLE color: 8341178.

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

Color convert

RGB 186 70 127 -
CMYK 0 0.62 0.32 0.27
HSL 330.52º 0.46% 0.5% -
HSV(B) 330.52º 0.62% 0.73% -
XYZ 26.27 16.35 21.85 -
YUV 111.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 186 70 127 0 0.62 0.32 0.27 330.52 0.46 0.5
Hex BA 46 7F 0 3E 20 1B 14B 2E 32
Octal 272 106 177 0 76 40 33 513 56 62
Binary 10111010 1000110 1111111 0 111110 100000 11011 101001011 101110 110010

Color Harmonies of #BA467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA467F

Black with #BA467F

Text Example


Text Example

White with #BA467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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