Html Css Color HEX #BA85A0 Bouquet

📋 copy color: '#BA85A0'

red 186 ◦ green 133 ◦ blue 160

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

Shades of Bouquet #BA85A0

Tints of Bouquet #BA85A0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.77%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 38.83%
G = 27.77%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA85A0 (or 0xBA85A0) is known color: Bouquet. HEX triplet: BA, 85 and A0. RGB value is (186,133,160). Sum of RGB (Red+Green+Blue) = 186+133+160=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85A0 is #457A5F. Grayscale: #979797. Windows color (decimal): -4553312 or 10519994. OLE color: 10519994.

HSL color Cylindrical-coordinate representation of color #BA85A0: hue angle of 329.43º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA85A0 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 160 -
CMYK 0 0.28 0.14 0.27
HSL 329.43º 0.28% 0.63% -
HSV(B) 329.43º 0.28% 0.73% -
XYZ 34.98 29.75 37.16 -
YUV 151.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 186 133 160 0 0.28 0.14 0.27 329.43 0.28 0.63
Hex BA 85 A0 0 1C E 1B 149 1C 3F
Octal 272 205 240 0 34 16 33 511 34 77
Binary 10111010 10000101 10100000 0 11100 1110 11011 101001001 11100 111111

Color Harmonies of #BA85A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85A0

Black with #BA85A0

Text Example


Text Example

White with #BA85A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85A0; }

 p { color: rgb(186,133,160); }

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

background-color css

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

 a { background-color: rgb(186,133,160); }

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

border-color css

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

 span { border-color: rgb(186,133,160); }

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