Html Css Color HEX #BA6A9E Bouquet

📋 copy color: '#BA6A9E'

red 186 ◦ green 106 ◦ blue 158

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

Shades of Bouquet #BA6A9E

Tints of Bouquet #BA6A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 41.33%
G = 23.56%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA6A9E (or 0xBA6A9E) is known color: Bouquet. HEX triplet: BA, 6A and 9E. RGB value is (186,106,158). Sum of RGB (Red+Green+Blue) = 186+106+158=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6A9E is #459561. Grayscale: #878787. Windows color (decimal): -4560226 or 10382010. OLE color: 10382010.

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

Color convert

RGB 186 106 158 -
CMYK 0 0.43 0.15 0.27
HSL 321º 0.37% 0.57% -
HSV(B) 321º 0.43% 0.73% -
XYZ 31.58 23.22 35.16 -
YUV 135.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 186 106 158 0 0.43 0.15 0.27 321 0.37 0.57
Hex BA 6A 9E 0 2B F 1B 141 25 39
Octal 272 152 236 0 53 17 33 501 45 71
Binary 10111010 1101010 10011110 0 101011 1111 11011 101000001 100101 111001

Color Harmonies of #BA6A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A9E

Black with #BA6A9E

Text Example


Text Example

White with #BA6A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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