Html Css Color HEX #BA6B9D Bouquet

📋 copy color: '#BA6B9D'

red 186 ◦ green 107 ◦ blue 157

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

Shades of Bouquet #BA6B9D

Tints of Bouquet #BA6B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 41.33%
G = 23.78%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA6B9D (or 0xBA6B9D) is known color: Bouquet. HEX triplet: BA, 6B and 9D. RGB value is (186,107,157). Sum of RGB (Red+Green+Blue) = 186+107+157=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B9D is #459462. Grayscale: #888888. Windows color (decimal): -4559971 or 10316730. OLE color: 10316730.

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

Color convert

RGB 186 107 157 -
CMYK 0 0.42 0.16 0.27
HSL 322.03º 0.36% 0.57% -
HSV(B) 322.03º 0.42% 0.73% -
XYZ 31.59 23.39 34.75 -
YUV 136.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 186 107 157 0 0.42 0.16 0.27 322.03 0.36 0.57
Hex BA 6B 9D 0 2A 10 1B 142 24 39
Octal 272 153 235 0 52 20 33 502 44 71
Binary 10111010 1101011 10011101 0 101010 10000 11011 101000010 100100 111001

Color Harmonies of #BA6B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B9D

Black with #BA6B9D

Text Example


Text Example

White with #BA6B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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