Html Css Color HEX #BA68A3 Bouquet

📋 copy color: '#BA68A3'

red 186 ◦ green 104 ◦ blue 163

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

Shades of Bouquet #BA68A3

Tints of Bouquet #BA68A3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.96%

 BLUE value IS 163 (64.06% from 255) = 35.98%

R = 41.06%
G = 22.96%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA68A3 (or 0xBA68A3) is known color: Bouquet. HEX triplet: BA, 68 and A3. RGB value is (186,104,163). Sum of RGB (Red+Green+Blue) = 186+104+163=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68A3 is #45975C. Grayscale: #878787. Windows color (decimal): -4560733 or 10709178. OLE color: 10709178.

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

Color convert

RGB 186 104 163 -
CMYK 0 0.44 0.12 0.27
HSL 316.83º 0.37% 0.57% -
HSV(B) 316.83º 0.44% 0.73% -
XYZ 31.81 22.98 37.41 -
YUV 135.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 186 104 163 0 0.44 0.12 0.27 316.83 0.37 0.57
Hex BA 68 A3 0 2C C 1B 13D 25 39
Octal 272 150 243 0 54 14 33 475 45 71
Binary 10111010 1101000 10100011 0 101100 1100 11011 100111101 100101 111001

Color Harmonies of #BA68A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68A3

Black with #BA68A3

Text Example


Text Example

White with #BA68A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68A3; }

 p { color: rgb(186,104,163); }

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

background-color css

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

 a { background-color: rgb(186,104,163); }

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

border-color css

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

 span { border-color: rgb(186,104,163); }

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