#BA729B

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

Shades of Bouquet #BA729B

Tints of Bouquet #BA729B

Color information

#BA729B (or 0xBA729B) is unknown color: approx Bouquet. HEX triplet: BA, 72 and 9B. RGB value is (186,114,155). Sum of RGB (Red+Green+Blue) = 186+114+155=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA729B is #458D64. Grayscale: #8C8C8C. Windows color (decimal): -4558181 or 10187450. OLE color: 10187450.

HSL color Cylindrical-coordinate representation of color #BA729B: hue angle of 325.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA729B is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186114155-
CMYK00.390.170.27
HSL325.83º34.29%58.82%-
HSV(B)325.83º38.71%72.94%-
XYZ32.1824.8434.11-
YUV140.2136.35160.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=40.88%
G=25.05%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611415500.390.170.27325.8334.2958.82
HexBA729B027111B146223b
Octal27216223304721335064273
Binary1011101011100101001101101001111000111011101000110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA729B; }

 p { color: rgb(186,114,155); }

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

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

 a { background-color: rgb(186,114,155); }

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

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

 span { border-color: rgb(186,114,155); }

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