Html Css Color HEX #BA83A1 Bouquet

📋 copy color: '#BA83A1'

red 186 ◦ green 131 ◦ blue 161

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

Shades of Bouquet #BA83A1

Tints of Bouquet #BA83A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 38.91%
G = 27.41%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA83A1 (or 0xBA83A1) is known color: Bouquet. HEX triplet: BA, 83 and A1. RGB value is (186,131,161). Sum of RGB (Red+Green+Blue) = 186+131+161=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83A1 is #457C5E. Grayscale: #969696. Windows color (decimal): -4553823 or 10585018. OLE color: 10585018.

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

Color convert

RGB 186 131 161 -
CMYK 0 0.30 0.13 0.27
HSL 327.27º 0.28% 0.62% -
HSV(B) 327.27º 0.3% 0.73% -
XYZ 34.8 29.24 37.53 -
YUV 150.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 186 131 161 0 0.30 0.13 0.27 327.27 0.28 0.62
Hex BA 83 A1 0 1E D 1B 147 1C 3E
Octal 272 203 241 0 36 15 33 507 34 76
Binary 10111010 10000011 10100001 0 11110 1101 11011 101000111 11100 111110

Color Harmonies of #BA83A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83A1

Black with #BA83A1

Text Example


Text Example

White with #BA83A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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