Html Css Color HEX #BA6C9F Bouquet

📋 copy color: '#BA6C9F'

red 186 ◦ green 108 ◦ blue 159

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

Shades of Bouquet #BA6C9F

Tints of Bouquet #BA6C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.84%

 BLUE value IS 159 (62.5% from 255) = 35.1%

R = 41.06%
G = 23.84%
B = 35.1%

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

#BA6C9F (or 0xBA6C9F) is known color: Bouquet. HEX triplet: BA, 6C and 9F. RGB value is (186,108,159). Sum of RGB (Red+Green+Blue) = 186+108+159=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6C9F is #459360. Grayscale: #898989. Windows color (decimal): -4559713 or 10448058. OLE color: 10448058.

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

Color convert

RGB 186 108 159 -
CMYK 0 0.42 0.15 0.27
HSL 320.77º 0.36% 0.58% -
HSV(B) 320.77º 0.42% 0.73% -
XYZ 31.87 23.67 35.69 -
YUV 137.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 186 108 159 0 0.42 0.15 0.27 320.77 0.36 0.58
Hex BA 6C 9F 0 2A F 1B 141 24 3A
Octal 272 154 237 0 52 17 33 501 44 72
Binary 10111010 1101100 10011111 0 101010 1111 11011 101000001 100100 111010

Color Harmonies of #BA6C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C9F

Black with #BA6C9F

Text Example


Text Example

White with #BA6C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C9F; }

 p { color: rgb(186,108,159); }

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

background-color css

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

 a { background-color: rgb(186,108,159); }

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

border-color css

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

 span { border-color: rgb(186,108,159); }

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