Html Css Color HEX #BA6EA2 Bouquet

📋 copy color: '#BA6EA2'

red 186 ◦ green 110 ◦ blue 162

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

Shades of Bouquet #BA6EA2

Tints of Bouquet #BA6EA2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.02%

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 40.61%
G = 24.02%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA6EA2 (or 0xBA6EA2) is known color: Bouquet. HEX triplet: BA, 6E and A2. RGB value is (186,110,162). Sum of RGB (Red+Green+Blue) = 186+110+162=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EA2 is #45915D. Grayscale: #8A8A8A. Windows color (decimal): -4559198 or 10645178. OLE color: 10645178.

HSL color Cylindrical-coordinate representation of color #BA6EA2: hue angle of 318.95º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EA2 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 110 162 -
CMYK 0 0.41 0.13 0.27
HSL 318.95º 0.36% 0.58% -
HSV(B) 318.95º 0.41% 0.73% -
XYZ 32.35 24.2 37.15 -
YUV 138.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 186 110 162 0 0.41 0.13 0.27 318.95 0.36 0.58
Hex BA 6E A2 0 29 D 1B 13F 24 3A
Octal 272 156 242 0 51 15 33 477 44 72
Binary 10111010 1101110 10100010 0 101001 1101 11011 100111111 100100 111010

Color Harmonies of #BA6EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EA2

Black with #BA6EA2

Text Example


Text Example

White with #BA6EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EA2; }

 p { color: rgb(186,110,162); }

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

background-color css

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

 a { background-color: rgb(186,110,162); }

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

border-color css

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

 span { border-color: rgb(186,110,162); }

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