Html Css Color HEX #BA829D Bouquet

📋 copy color: '#BA829D'

red 186 ◦ green 130 ◦ blue 157

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

Shades of Bouquet #BA829D

Tints of Bouquet #BA829D

RGB

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

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

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

R = 39.32%
G = 27.48%
B = 33.19%

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

#BA829D (or 0xBA829D) is known color: Bouquet. HEX triplet: BA, 82 and 9D. RGB value is (186,130,157). Sum of RGB (Red+Green+Blue) = 186+130+157=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA829D is #457D62. Grayscale: #959595. Windows color (decimal): -4554083 or 10322618. OLE color: 10322618.

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

Color convert

RGB 186 130 157 -
CMYK 0 0.30 0.16 0.27
HSL 331.07º 0.29% 0.62% -
HSV(B) 331.07º 0.3% 0.73% -
XYZ 34.32 28.84 35.66 -
YUV 149.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 186 130 157 0 0.30 0.16 0.27 331.07 0.29 0.62
Hex BA 82 9D 0 1E 10 1B 14B 1D 3E
Octal 272 202 235 0 36 20 33 513 35 76
Binary 10111010 10000010 10011101 0 11110 10000 11011 101001011 11101 111110

Color Harmonies of #BA829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA829D

Black with #BA829D

Text Example


Text Example

White with #BA829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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