Html Css Color HEX #BA6DA4 Bouquet

📋 copy color: '#BA6DA4'

red 186 ◦ green 109 ◦ blue 164

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

Shades of Bouquet #BA6DA4

Tints of Bouquet #BA6DA4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.75%

 BLUE value IS 164 (64.45% from 255) = 35.73%

R = 40.52%
G = 23.75%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA6DA4 (or 0xBA6DA4) is known color: Bouquet. HEX triplet: BA, 6D and A4. RGB value is (186,109,164). Sum of RGB (Red+Green+Blue) = 186+109+164=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DA4 is #45925B. Grayscale: #8A8A8A. Windows color (decimal): -4559452 or 10775994. OLE color: 10775994.

HSL color Cylindrical-coordinate representation of color #BA6DA4: hue angle of 317.14º 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 #BA6DA4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 164 -
CMYK 0 0.41 0.12 0.27
HSL 317.14º 0.36% 0.58% -
HSV(B) 317.14º 0.41% 0.73% -
XYZ 32.42 24.06 38.06 -
YUV 138.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 186 109 164 0 0.41 0.12 0.27 317.14 0.36 0.58
Hex BA 6D A4 0 29 C 1B 13D 24 3A
Octal 272 155 244 0 51 14 33 475 44 72
Binary 10111010 1101101 10100100 0 101001 1100 11011 100111101 100100 111010

Color Harmonies of #BA6DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DA4

Black with #BA6DA4

Text Example


Text Example

White with #BA6DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DA4; }

 p { color: rgb(186,109,164); }

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

background-color css

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

 a { background-color: rgb(186,109,164); }

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

border-color css

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

 span { border-color: rgb(186,109,164); }

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