Html Css Color HEX #BA829F Bouquet

📋 copy color: '#BA829F'

red 186 ◦ green 130 ◦ blue 159

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

Shades of Bouquet #BA829F

Tints of Bouquet #BA829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.47%

R = 39.16%
G = 27.37%
B = 33.47%

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

#BA829F (or 0xBA829F) is known color: Bouquet. HEX triplet: BA, 82 and 9F. RGB value is (186,130,159). Sum of RGB (Red+Green+Blue) = 186+130+159=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA829F is #457D60. Grayscale: #959595. Windows color (decimal): -4554081 or 10453690. OLE color: 10453690.

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

Color convert

RGB 186 130 159 -
CMYK 0 0.30 0.15 0.27
HSL 328.93º 0.29% 0.62% -
HSV(B) 328.93º 0.3% 0.73% -
XYZ 34.49 28.91 36.56 -
YUV 150.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 186 130 159 0 0.30 0.15 0.27 328.93 0.29 0.62
Hex BA 82 9F 0 1E F 1B 149 1D 3E
Octal 272 202 237 0 36 17 33 511 35 76
Binary 10111010 10000010 10011111 0 11110 1111 11011 101001001 11101 111110

Color Harmonies of #BA829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA829F

Black with #BA829F

Text Example


Text Example

White with #BA829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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