Html Css Color HEX #BA6B9E Bouquet

📋 copy color: '#BA6B9E'

red 186 ◦ green 107 ◦ blue 158

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

Shades of Bouquet #BA6B9E

Tints of Bouquet #BA6B9E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

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

R = 41.24%
G = 23.73%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA6B9E (or 0xBA6B9E) is known color: Bouquet. HEX triplet: BA, 6B and 9E. RGB value is (186,107,158). Sum of RGB (Red+Green+Blue) = 186+107+158=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B9E is #459461. Grayscale: #888888. Windows color (decimal): -4559970 or 10382266. OLE color: 10382266.

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

Color convert

RGB 186 107 158 -
CMYK 0 0.42 0.15 0.27
HSL 321.27º 0.36% 0.57% -
HSV(B) 321.27º 0.42% 0.73% -
XYZ 31.68 23.42 35.2 -
YUV 136.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 186 107 158 0 0.42 0.15 0.27 321.27 0.36 0.57
Hex BA 6B 9E 0 2A F 1B 141 24 39
Octal 272 153 236 0 52 17 33 501 44 71
Binary 10111010 1101011 10011110 0 101010 1111 11011 101000001 100100 111001

Color Harmonies of #BA6B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B9E

Black with #BA6B9E

Text Example


Text Example

White with #BA6B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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