#BA729A

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

Shades of Hopbush #BA729A

Tints of Hopbush #BA729A

Color information

#BA729A (or 0xBA729A) is unknown color: approx Hopbush. HEX triplet: BA, 72 and 9A. RGB value is (186,114,154). Sum of RGB (Red+Green+Blue) = 186+114+154=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA729A is #458D65. Grayscale: #8C8C8C. Windows color (decimal): -4558182 or 10121914. OLE color: 10121914.

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

Color convert

RGB186114154-
CMYK00.390.170.27
HSL326.67º34.29%58.82%-
HSV(B)326.67º38.71%72.94%-
XYZ32.124.8133.67-
YUV140.09135.85160.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=40.97%
G=25.11%
B=33.92%

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
Decimal18611415400.390.170.27326.6734.2958.82
HexBA729A027111B147223b
Octal27216223204721335074273
Binary1011101011100101001101001001111000111011101000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA729A; }

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

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

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

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

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

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

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

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