Html Css Color HEX #BA809E Bouquet

📋 copy color: '#BA809E'

red 186 ◦ green 128 ◦ blue 158

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

Shades of Bouquet #BA809E

Tints of Bouquet #BA809E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 39.41%
G = 27.12%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA809E (or 0xBA809E) is known color: Bouquet. HEX triplet: BA, 80 and 9E. RGB value is (186,128,158). Sum of RGB (Red+Green+Blue) = 186+128+158=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA809E is #457F61. Grayscale: #949494. Windows color (decimal): -4554594 or 10387642. OLE color: 10387642.

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

Color convert

RGB 186 128 158 -
CMYK 0 0.31 0.15 0.27
HSL 328.97º 0.3% 0.62% -
HSV(B) 328.97º 0.31% 0.73% -
XYZ 34.14 28.35 36.02 -
YUV 148.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 186 128 158 0 0.31 0.15 0.27 328.97 0.3 0.62
Hex BA 80 9E 0 1F F 1B 149 1E 3E
Octal 272 200 236 0 37 17 33 511 36 76
Binary 10111010 10000000 10011110 0 11111 1111 11011 101001001 11110 111110

Color Harmonies of #BA809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA809E

Black with #BA809E

Text Example


Text Example

White with #BA809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA809E; }

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

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

background-color css

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

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

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

border-color css

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

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

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