Html Css Color HEX #BA76AE London Hue

📋 copy color: '#BA76AE'

red 186 ◦ green 118 ◦ blue 174

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

Shades of London Hue #BA76AE

Tints of London Hue #BA76AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 38.91%
G = 24.69%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA76AE (or 0xBA76AE) is known color: London Hue. HEX triplet: BA, 76 and AE. RGB value is (186,118,174). Sum of RGB (Red+Green+Blue) = 186+118+174=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76AE is #458951. Grayscale: #909090. Windows color (decimal): -4557138 or 11433658. OLE color: 11433658.

HSL color Cylindrical-coordinate representation of color #BA76AE: hue angle of 310.59º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76AE is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 118 174 -
CMYK 0 0.37 0.06 0.27
HSL 310.59º 0.33% 0.6% -
HSV(B) 310.59º 0.37% 0.73% -
XYZ 34.37 26.45 43.34 -
YUV 144.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 186 118 174 0 0.37 0.06 0.27 310.59 0.33 0.6
Hex BA 76 AE 0 25 6 1B 137 21 3C
Octal 272 166 256 0 45 6 33 467 41 74
Binary 10111010 1110110 10101110 0 100101 110 11011 100110111 100001 111100

Color Harmonies of #BA76AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76AE

Black with #BA76AE

Text Example


Text Example

White with #BA76AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76AE; }

 p { color: rgb(186,118,174); }

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

background-color css

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

 a { background-color: rgb(186,118,174); }

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

border-color css

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

 span { border-color: rgb(186,118,174); }

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