#BA7A96

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

Shades of Hopbush #BA7A96

Tints of Hopbush #BA7A96

Color information

#BA7A96 (or 0xBA7A96) is unknown color: approx Hopbush. HEX triplet: BA, 7A and 96. RGB value is (186,122,150). Sum of RGB (Red+Green+Blue) = 186+122+150=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A96 is #458569. Grayscale: #909090. Windows color (decimal): -4556138 or 9861818. OLE color: 9861818.

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

Color convert

RGB186122150-
CMYK00.340.190.27
HSL333.75º31.68%60.39%-
HSV(B)333.75º34.41%72.94%-
XYZ32.7126.5632.26-
YUV144.33131.2157.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=40.61%
G=26.64%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612215000.340.190.27333.7531.6860.39
HexBA7A96022131B14e203c
Octal27217222604223335164074
Binary1011101011110101001011001000101001111011101001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A96; }

 p { color: rgb(186,122,150); }

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

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

 a { background-color: rgb(186,122,150); }

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

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

 span { border-color: rgb(186,122,150); }

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