Html Css Color HEX #BA85A6 Bouquet

📋 copy color: '#BA85A6'

red 186 ◦ green 133 ◦ blue 166

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

Shades of Bouquet #BA85A6

Tints of Bouquet #BA85A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.23%

R = 38.35%
G = 27.42%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA85A6 (or 0xBA85A6) is known color: Bouquet. HEX triplet: BA, 85 and A6. RGB value is (186,133,166). Sum of RGB (Red+Green+Blue) = 186+133+166=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85A6 is #457A59. Grayscale: #989898. Windows color (decimal): -4553306 or 10913210. OLE color: 10913210.

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

Color convert

RGB 186 133 166 -
CMYK 0 0.28 0.11 0.27
HSL 322.64º 0.28% 0.63% -
HSV(B) 322.64º 0.28% 0.73% -
XYZ 35.52 29.97 39.99 -
YUV 152.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 186 133 166 0 0.28 0.11 0.27 322.64 0.28 0.63
Hex BA 85 A6 0 1C B 1B 143 1C 3F
Octal 272 205 246 0 34 13 33 503 34 77
Binary 10111010 10000101 10100110 0 11100 1011 11011 101000011 11100 111111

Color Harmonies of #BA85A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA85A6

Black with #BA85A6

Text Example


Text Example

White with #BA85A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA85A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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