Html Css Color HEX #BA839D Bouquet

📋 copy color: '#BA839D'

red 186 ◦ green 131 ◦ blue 157

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

Shades of Bouquet #BA839D

Tints of Bouquet #BA839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

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

R = 39.24%
G = 27.64%
B = 33.12%

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

#BA839D (or 0xBA839D) is known color: Bouquet. HEX triplet: BA, 83 and 9D. RGB value is (186,131,157). Sum of RGB (Red+Green+Blue) = 186+131+157=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA839D is #457C62. Grayscale: #969696. Windows color (decimal): -4553827 or 10322874. OLE color: 10322874.

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

Color convert

RGB 186 131 157 -
CMYK 0 0.30 0.16 0.27
HSL 331.64º 0.28% 0.62% -
HSV(B) 331.64º 0.3% 0.73% -
XYZ 34.45 29.11 35.7 -
YUV 150.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 186 131 157 0 0.30 0.16 0.27 331.64 0.28 0.62
Hex BA 83 9D 0 1E 10 1B 14C 1C 3E
Octal 272 203 235 0 36 20 33 514 34 76
Binary 10111010 10000011 10011101 0 11110 10000 11011 101001100 11100 111110

Color Harmonies of #BA839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA839D

Black with #BA839D

Text Example


Text Example

White with #BA839D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA839D; }

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

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

background-color css

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

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

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

border-color css

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

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

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