Html Css Color HEX #BA6AA7 Bouquet

📋 copy color: '#BA6AA7'

red 186 ◦ green 106 ◦ blue 167

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

Shades of Bouquet #BA6AA7

Tints of Bouquet #BA6AA7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 40.52%
G = 23.09%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA6AA7 (or 0xBA6AA7) is known color: Bouquet. HEX triplet: BA, 6A and A7. RGB value is (186,106,167). Sum of RGB (Red+Green+Blue) = 186+106+167=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AA7 is #459558. Grayscale: #888888. Windows color (decimal): -4560217 or 10971834. OLE color: 10971834.

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

Color convert

RGB 186 106 167 -
CMYK 0 0.43 0.10 0.27
HSL 314.25º 0.37% 0.57% -
HSV(B) 314.25º 0.43% 0.73% -
XYZ 32.38 23.54 39.4 -
YUV 136.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 186 106 167 0 0.43 0.10 0.27 314.25 0.37 0.57
Hex BA 6A A7 0 2B A 1B 13A 25 39
Octal 272 152 247 0 53 12 33 472 45 71
Binary 10111010 1101010 10100111 0 101011 1010 11011 100111010 100101 111001

Color Harmonies of #BA6AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AA7

Black with #BA6AA7

Text Example


Text Example

White with #BA6AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AA7; }

 p { color: rgb(186,106,167); }

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

background-color css

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

 a { background-color: rgb(186,106,167); }

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

border-color css

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

 span { border-color: rgb(186,106,167); }

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