Html Css Color HEX #BA6D9C Bouquet

📋 copy color: '#BA6D9C'

red 186 ◦ green 109 ◦ blue 156

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

Shades of Bouquet #BA6D9C

Tints of Bouquet #BA6D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.59%

R = 41.24%
G = 24.17%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA6D9C (or 0xBA6D9C) is known color: Bouquet. HEX triplet: BA, 6D and 9C. RGB value is (186,109,156). Sum of RGB (Red+Green+Blue) = 186+109+156=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D9C is #459263. Grayscale: #898989. Windows color (decimal): -4559460 or 10251706. OLE color: 10251706.

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

Color convert

RGB 186 109 156 -
CMYK 0 0.41 0.16 0.27
HSL 323.38º 0.36% 0.58% -
HSV(B) 323.38º 0.41% 0.73% -
XYZ 31.72 23.78 34.37 -
YUV 137.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 186 109 156 0 0.41 0.16 0.27 323.38 0.36 0.58
Hex BA 6D 9C 0 29 10 1B 143 24 3A
Octal 272 155 234 0 51 20 33 503 44 72
Binary 10111010 1101101 10011100 0 101001 10000 11011 101000011 100100 111010

Color Harmonies of #BA6D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D9C

Black with #BA6D9C

Text Example


Text Example

White with #BA6D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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