Html Css Color HEX #BA6CA5 Bouquet

📋 copy color: '#BA6CA5'

red 186 ◦ green 108 ◦ blue 165

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

Shades of Bouquet #BA6CA5

Tints of Bouquet #BA6CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 40.52%
G = 23.53%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA6CA5 (or 0xBA6CA5) is known color: Bouquet. HEX triplet: BA, 6C and A5. RGB value is (186,108,165). Sum of RGB (Red+Green+Blue) = 186+108+165=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CA5 is #45935A. Grayscale: #898989. Windows color (decimal): -4559707 or 10841274. OLE color: 10841274.

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

Color convert

RGB 186 108 165 -
CMYK 0 0.42 0.11 0.27
HSL 316.15º 0.36% 0.58% -
HSV(B) 316.15º 0.42% 0.73% -
XYZ 32.4 23.88 38.5 -
YUV 137.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 186 108 165 0 0.42 0.11 0.27 316.15 0.36 0.58
Hex BA 6C A5 0 2A B 1B 13C 24 3A
Octal 272 154 245 0 52 13 33 474 44 72
Binary 10111010 1101100 10100101 0 101010 1011 11011 100111100 100100 111010

Color Harmonies of #BA6CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CA5

Black with #BA6CA5

Text Example


Text Example

White with #BA6CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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