Html Css Color HEX #BA809D Bouquet

📋 copy color: '#BA809D'

red 186 ◦ green 128 ◦ blue 157

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

Shades of Bouquet #BA809D

Tints of Bouquet #BA809D

RGB

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

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

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

R = 39.49%
G = 27.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA809D (or 0xBA809D) is known color: Bouquet. HEX triplet: BA, 80 and 9D. RGB value is (186,128,157). Sum of RGB (Red+Green+Blue) = 186+128+157=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA809D is #457F62. Grayscale: #949494. Windows color (decimal): -4554595 or 10322106. OLE color: 10322106.

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

Color convert

RGB 186 128 157 -
CMYK 0 0.31 0.16 0.27
HSL 330º 0.3% 0.62% -
HSV(B) 330º 0.31% 0.73% -
XYZ 34.05 28.31 35.57 -
YUV 148.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 186 128 157 0 0.31 0.16 0.27 330 0.3 0.62
Hex BA 80 9D 0 1F 10 1B 14A 1E 3E
Octal 272 200 235 0 37 20 33 512 36 76
Binary 10111010 10000000 10011101 0 11111 10000 11011 101001010 11110 111110

Color Harmonies of #BA809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA809D

Black with #BA809D

Text Example


Text Example

White with #BA809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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