Html Css Color HEX #BA829E Bouquet

📋 copy color: '#BA829E'

red 186 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #BA829E

Tints of Bouquet #BA829E

RGB

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

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

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

R = 39.24%
G = 27.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA829E (or 0xBA829E) is known color: Bouquet. HEX triplet: BA, 82 and 9E. RGB value is (186,130,158). Sum of RGB (Red+Green+Blue) = 186+130+158=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA829E is #457D61. Grayscale: #959595. Windows color (decimal): -4554082 or 10388154. OLE color: 10388154.

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

Color convert

RGB 186 130 158 -
CMYK 0 0.30 0.15 0.27
HSL 330º 0.29% 0.62% -
HSV(B) 330º 0.3% 0.73% -
XYZ 34.4 28.87 36.11 -
YUV 149.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 186 130 158 0 0.30 0.15 0.27 330 0.29 0.62
Hex BA 82 9E 0 1E F 1B 14A 1D 3E
Octal 272 202 236 0 36 17 33 512 35 76
Binary 10111010 10000010 10011110 0 11110 1111 11011 101001010 11101 111110

Color Harmonies of #BA829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA829E

Black with #BA829E

Text Example


Text Example

White with #BA829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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