Html Css Color HEX #BA829C Bouquet

📋 copy color: '#BA829C'

red 186 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #BA829C

Tints of Bouquet #BA829C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 39.41%
G = 27.54%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA829C (or 0xBA829C) is known color: Bouquet. HEX triplet: BA, 82 and 9C. RGB value is (186,130,156). Sum of RGB (Red+Green+Blue) = 186+130+156=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA829C is #457D63. Grayscale: #959595. Windows color (decimal): -4554084 or 10257082. OLE color: 10257082.

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

Color convert

RGB 186 130 156 -
CMYK 0 0.30 0.16 0.27
HSL 332.14º 0.29% 0.62% -
HSV(B) 332.14º 0.3% 0.73% -
XYZ 34.23 28.8 35.21 -
YUV 149.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 186 130 156 0 0.30 0.16 0.27 332.14 0.29 0.62
Hex BA 82 9C 0 1E 10 1B 14C 1D 3E
Octal 272 202 234 0 36 20 33 514 35 76
Binary 10111010 10000010 10011100 0 11110 10000 11011 101001100 11101 111110

Color Harmonies of #BA829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA829C

Black with #BA829C

Text Example


Text Example

White with #BA829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA829C; }

 p { color: rgb(186,130,156); }

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

background-color css

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

 a { background-color: rgb(186,130,156); }

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

border-color css

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

 span { border-color: rgb(186,130,156); }

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