#BA7D97

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

Shades of Hopbush #BA7D97

Tints of Hopbush #BA7D97

Color information

#BA7D97 (or 0xBA7D97) is unknown color: approx Hopbush. HEX triplet: BA, 7D and 97. RGB value is (186,125,151). Sum of RGB (Red+Green+Blue) = 186+125+151=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D97 is #458268. Grayscale: #929292. Windows color (decimal): -4555369 or 9928122. OLE color: 9928122.

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

Color convert

RGB186125151-
CMYK00.330.190.27
HSL334.43º30.65%60.98%-
HSV(B)334.43º32.8%72.94%-
XYZ33.1727.3432.81-
YUV146.2130.71156.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=40.26%
G=27.06%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612515100.330.190.27334.4330.6560.98
HexBA7D97021131B14e1f3d
Octal27217522704123335163775
Binary101110101111101100101110100001100111101110100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D97; }

 p { color: rgb(186,125,151); }

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

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

 a { background-color: rgb(186,125,151); }

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

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

 span { border-color: rgb(186,125,151); }

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