Html Css Color HEX #BA80A6 Bouquet

📋 copy color: '#BA80A6'

red 186 ◦ green 128 ◦ blue 166

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

Shades of Bouquet #BA80A6

Tints of Bouquet #BA80A6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

 BLUE value IS 166 (65.23% from 255) = 34.58%

R = 38.75%
G = 26.67%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA80A6 (or 0xBA80A6) is known color: Bouquet. HEX triplet: BA, 80 and A6. RGB value is (186,128,166). Sum of RGB (Red+Green+Blue) = 186+128+166=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A6 is #457F59. Grayscale: #959595. Windows color (decimal): -4554586 or 10911930. OLE color: 10911930.

HSL color Cylindrical-coordinate representation of color #BA80A6: hue angle of 320.69º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80A6 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 166 -
CMYK 0 0.31 0.11 0.27
HSL 320.69º 0.3% 0.62% -
HSV(B) 320.69º 0.31% 0.73% -
XYZ 34.85 28.63 39.77 -
YUV 149.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 186 128 166 0 0.31 0.11 0.27 320.69 0.3 0.62
Hex BA 80 A6 0 1F B 1B 141 1E 3E
Octal 272 200 246 0 37 13 33 501 36 76
Binary 10111010 10000000 10100110 0 11111 1011 11011 101000001 11110 111110

Color Harmonies of #BA80A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80A6

Black with #BA80A6

Text Example


Text Example

White with #BA80A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80A6; }

 p { color: rgb(186,128,166); }

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

background-color css

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

 a { background-color: rgb(186,128,166); }

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

border-color css

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

 span { border-color: rgb(186,128,166); }

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