#BA849E

Color #BA849E Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BA849E

Tints of Bouquet #BA849E

Color information

#BA849E (or 0xBA849E) is unknown color: approx Bouquet. HEX triplet: BA, 84 and 9E. RGB value is (186,132,158). Sum of RGB (Red+Green+Blue) = 186+132+158=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA849E is #457B61. Grayscale: #979797. Windows color (decimal): -4553570 or 10388666. OLE color: 10388666.

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

Color convert

RGB186132158-
CMYK00.290.150.27
HSL331.11º28.12%62.35%-
HSV(B)331.11º29.03%72.94%-
XYZ34.6729.4136.2-
YUV151.11131.89152.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=39.08%
G=27.73%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613215800.290.150.27331.1128.1262.35
HexBA849E01DF1B14b1c3e
Octal27220423603517335133476
Binary10111010100001001001111001110111111101110100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA849E; }

 p { color: rgb(186,132,158); }

 H1.HeaderClassName
 {
   color: #BA849E;
 }
 .AnyTagClassName
 {
   color: #BA849E;
 }
</style>
background-color css

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

 a { background-color: rgb(186,132,158); }

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

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

 span { border-color: rgb(186,132,158); }

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